From 7a468813c88b55e891007c463e943b94e4ff101f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:56:15 +0000 Subject: [PATCH] Bump multidict from 6.0.5 to 6.1.0 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.0.5 to 6.1.0. - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.0.5...v6.1.0) --- updated-dependencies: - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4438a60..da5d8f1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ iniconfig==2.0.0 # pytest logger==1.4 # via -r requirements_dev.in -multidict==6.0.5 +multidict==6.1.0 # via # -r requirements_dev.in # aiohttp diff --git a/requirements.txt b/requirements.txt index b6ccfd4..09728b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ idna==3.10 # via yarl logger==1.4 # via -r requirements.in -multidict==6.0.5 +multidict==6.1.0 # via # aiohttp # yarl