From 11f86cabb7091f3fae91fcf802d371d5f4a4895d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:07:56 +0000 Subject: [PATCH] build(deps): bump idna from 3.7 to 3.15 in /docs Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' 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 aa54bb9..ffb95ef 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ Babel==2.10.3 certifi>=2023.7.22 charset-normalizer==2.1.1 docutils==0.16 -idna==3.7 +idna==3.15 imagesize==1.4.1 # Pin Jinja2 and markupsafe versions # https://github.com/mozilla/sphinx-js/issues/190