From dde4d34c404612414ba45ce10ce7a3c7cecdb2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:10:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20idna=20from=203.12=20to=203.?= =?UTF-8?q?13=20(#1086)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [idna](https://github.com/kjd/idna) from 3.12 to 3.13. - [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.12...v3.13) --- updated-dependencies: - dependency-name: idna dependency-version: '3.13' 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 5c98301..4df7452 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.47 # via -r scripts/make_release_requirements.in -idna==3.12 +idna==3.13 # via requests pycparser==3.0 # via cffi