From cff8b36a723463306f0b4b13b68749b7114bd35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:42:43 +0000 Subject: [PATCH] Update idna requirement from >=3.15 to >=3.17 Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [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.15...v3.17) --- updated-dependencies: - dependency-name: idna dependency-version: '3.17' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a85de4885..ce1a1c1f4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,4 +4,4 @@ mkdocstrings>=0.24.0 mkdocstrings-python>=1.7.4 markdown-exec>=1.10.3 pymdown-extensions>=10.21.3 -idna>=3.15 # CVE-2026-45409 (re-fix of CVE-2024-3651): idna.encode() DoS on crafted long inputs +idna>=3.17 # CVE-2026-45409 (re-fix of CVE-2024-3651): idna.encode() DoS on crafted long inputs