From 24595db2b9998ae78faad9b90801e6228149a09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:01:06 +0000 Subject: [PATCH] chore(deps): bump idna from 2.8 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 2.8 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/v2.8...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 a392189..a82f9f1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ babel==2.7.0 # via sphinx certifi==2019.6.16 # via requests chardet==3.0.4 # via requests docutils==0.15.2 # via sphinx -idna==2.8 # via requests +idna==3.15 # via requests imagesize==1.1.0 # via sphinx jinja2==2.10.1 # via sphinx markupsafe==1.1.1 # via jinja2