From 02cc480cd21f1d48023e59a92cf0f2e3fb41eb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 20:38:44 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 2.10 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/v2.10...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 9b178a2..72d5c32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ exceptiongroup==1.2.2 future==1.0.0 h11==0.14.0 HTMLParser==0.0.2 -idna==2.10 +idna==3.7 isort==5.13.2 lazy-object-proxy==1.10.0 mccabe==0.7.0 diff --git a/setup.py b/setup.py index 7f6e1a7..1de6563 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'crossref-commons>=0.0.7', 'future>=0.18.2', 'HTMLParser>=0.0.2', - 'idna>=2.10,<3', + 'idna>=2.10,<4', 'isort>=5.4.2', 'lazy-object-proxy>=1.4.3', 'mccabe>=0.6.1',