From b4562f03fdf839cc5b46d631650f980df5207128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 23:10:23 +0000 Subject: [PATCH] Bump idna from 3.13 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.13 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ca10f7..f91e6a4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ distlib==0.4.0 ; python_version >= "3.10" and python_version < "4.0" exceptiongroup==1.3.1 ; python_version == "3.10" filelock==3.29.0 ; python_version >= "3.10" and python_version < "4.0" identify==2.6.19 ; python_version >= "3.10" and python_version < "4.0" -idna==3.13 ; python_version >= "3.10" and python_version < "4.0" +idna==3.15 ; python_version >= "3.10" and python_version < "4.0" iniconfig==2.3.0 ; python_version >= "3.10" and python_version < "4.0" isort==8.0.1 ; python_version >= "3.10" and python_version < "4.0" librt==0.11.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy"