From 0d1671e69e39202af45f8cb49b41a08cd85c84b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:08:11 +0000 Subject: [PATCH] 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](https://github.com/kjd/idna/compare/v3.15...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' 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 6551e7fe..36ac71c1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,4 @@ enum-tools[sphinx]==0.13.0 requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.23.1 # not directly required, pinned by Snyk to avoid a vulnerability -idna>=3.15 # not directly required, pinned by Snyk to avoid a vulnerability +idna>=3.18 # not directly required, pinned by Snyk to avoid a vulnerability