From f1cf27878efbbce83068d287d62db67fddd5048c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:52:25 +0000 Subject: [PATCH] Bump idna from 3.8 to 3.10 Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10. - [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.8...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index d72b7104..26069063 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,5 +1,5 @@ click==8.1.7 -idna==3.8 +idna==3.10 pytest==8.3.3 pytest-timer==1.0.0 pytest-timeout==2.3.1 diff --git a/requirements.txt b/requirements.txt index 02ceb37f..9b12d18c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ distro==1.9.0 # via -r requirements.in httplib2==0.22.0 # via -r requirements.in -idna==3.7 +idna==3.10 # via requests jinja2==3.1.4 # via -r requirements.in