From cc0301e3e9fa82b55fe4018e522e669a0e5e89c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:47:27 +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 f55b69fc..7e457032 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ cycler==0.10.0 docutils==0.16 ete3==3.1.2 flake8==3.8.4 -idna==2.10 +idna==3.7 iniconfig==1.1.1 isodate==0.6.0 joblib==1.2.0 diff --git a/setup.py b/setup.py index c1933fd6..1389335a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "docutils==0.16", "ete3==3.1.2", "flake8==3.8.4", - "idna==2.10", + "idna==3.7", "iniconfig==1.1.1", "isodate==0.6.0", "joblib==1.2.0",