From fe9d955a5fbc1d5f0475ae782305ce29d142461a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:12:23 +0000 Subject: [PATCH] Bump idna from 3.9 to 3.10 (#11608) Bumps [idna](https://github.com/kjd/idna) from 3.9 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.9...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index a782f92e1e7c..3c1e7cf5fe84 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -69,7 +69,7 @@ filelock==3.12.2 ; python_full_version < '3.8' # via virtualenv filelock==3.16.0 ; python_full_version >= '3.8' # via virtualenv -idna==3.9 +idna==3.10 # via requests imagesize==1.4.1 # via sphinx