Skip to content

Commit 08b1fc4

Browse files
Update idna requirement from >=3.15 to >=3.18
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](kjd/idna@v3.15...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac2d417 commit 08b1fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mkdocstrings>=0.24.0
44
mkdocstrings-python>=1.7.4
55
markdown-exec>=1.10.3
66
pymdown-extensions>=10.21.3
7-
idna>=3.15 # CVE-2026-45409 (re-fix of CVE-2024-3651): idna.encode() DoS on crafted long inputs
7+
idna>=3.18 # CVE-2026-45409 (re-fix of CVE-2024-3651): idna.encode() DoS on crafted long inputs

0 commit comments

Comments
 (0)