From 876ddccb0d10244fbc01c6e43bc55231d33f12d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:04:54 +0000 Subject: [PATCH] chore(deps): 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 223bd93..6497f30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ charset-normalizer==3.3.2; python_full_version >= '3.7.0' gql==3.5.0 graphql-core==3.2.3; python_version >= '3.6' and python_version < '4' idna==3.8; python_version >= '3.5' -multidict==6.0.5; python_version >= '3.7' +multidict==6.1.0; python_version >= '3.7' requests==2.32.3; python_version >= '3.7' requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sniffio==1.3.1; python_version >= '3.7'