From 74c3b0fe0cba4a3f12d74a3dd32ec5f41b5b931c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:16:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20idna=20from=203.13=20to=203.?= =?UTF-8?q?14=20(#1103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [idna](https://github.com/kjd/idna) from 3.13 to 3.14. - [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.13...v3.14) --- updated-dependencies: - dependency-name: idna dependency-version: '3.14' dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/make_release_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index 495d02a..1292bfd 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -18,7 +18,7 @@ gitdb==4.0.12 # via gitpython gitpython==3.1.50 # via -r scripts/make_release_requirements.in -idna==3.13 +idna==3.14 # via requests pycparser==3.0 # via cffi