From bab36153f493ef2fe0698665c971ce647cb8f78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:39:15 +0000 Subject: [PATCH] Bump idna from 3.7 to 3.10 Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-2.9.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-2.9.txt b/requirements-2.9.txt index e0e5c41f3..cac49f573 100644 --- a/requirements-2.9.txt +++ b/requirements-2.9.txt @@ -76,7 +76,7 @@ httplib2==0.22.0 # via # launchpadlib # lazr-restfulclient -idna==3.7 +idna==3.10 # via requests iniconfig==2.0.0 # via pytest