From f1ca21311235bc165506294fb417f800fec3c1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:03:09 +0000 Subject: [PATCH] chore(deps): Bump idna from 3.6 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna 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 4086aa7..c4803d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2023.7.22; python_version >= '3.6' 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.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' multidict==6.0.4; python_version >= '3.7' requests==2.31.0; 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'