From a447e67e4993550010ab05b81b2f9c6e22e67f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:09:52 +0000 Subject: [PATCH] Bump idna from 3.10 to 3.15 in /doc Bumps [idna](https://github.com/kjd/idna) from 3.10 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.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 098103e1..7a724123 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -16,7 +16,7 @@ domdf-python-tools==3.10.0 ; python_version >= "3.9" and python_version < "3.15" exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11" executing==2.2.0 ; python_version >= "3.9" and python_version < "3.15" fastjsonschema==2.21.1 ; python_version >= "3.9" and python_version < "3.15" -idna==3.10 ; python_version >= "3.9" and python_version < "3.15" +idna==3.15 ; python_version >= "3.9" and python_version < "3.15" imagesize==1.4.1 ; python_version >= "3.9" and python_version < "3.15" importlib-metadata==8.6.1 ; python_version >= "3.9" and python_version < "3.10" iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "3.15"