From bbb715f93ae9fe235e4d542ae7c2563a51950c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:15:56 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.3 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.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84629f7..d05f5a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ anytree==2.8.0 certifi==2021.10.8 charset-normalizer==2.0.7; python_full_version >= "3.5.0" colorama==0.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") -idna==3.3; python_version >= "3.5" +idna==3.7; python_version >= "3.5" loguru==0.5.3; python_version >= "3.5" pydantic==1.8.2; python_full_version >= "3.6.1" python-dotenv==0.19.0; python_version >= "3.5" diff --git a/setup.py b/setup.py index 91f26b1..daa870a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "certifi==2021.10.8", "charset-normalizer==2.0.7", "colorama==0.4.4", - "idna==3.3", + "idna==3.7", "six==1.16.0", "typing-extensions==3.10.0", "urllib3==1.26.18",