From 1aac96abc8eb146142e8982e454856b58d089dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:59:57 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /docs Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna 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 2fb0194..aba71b7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ certifi==2024.2.2 ; python_version >= "3.8" charset-normalizer==3.3.2 ; python_version >= "3.8" colorama==0.4.6 ; python_version >= "3.8" and sys_platform == "win32" docutils==0.20.1 ; python_version >= "3.8" -idna==3.6 ; python_version >= "3.8" +idna==3.7 ; python_version >= "3.8" imagesize==1.4.1 ; python_version >= "3.8" importlib-metadata==7.0.1 ; python_version < "3.10" and python_version >= "3.8" jinja2==3.1.3 ; python_version >= "3.8"