From 578765a07953cd60554c3b0f8ef4037dfcf92876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:56:30 +0000 Subject: [PATCH] build(deps): bump idna from 3.3 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.3 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.3...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 48c7746..e02c463 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -34,7 +34,7 @@ ghp-import==2.0.2; python_full_version >= "3.7.1" and python_version < "4" and p gitdb==4.0.9; python_version >= "3.7" gitpython==3.1.27; python_version >= "3.7" identify==2.4.10; python_version >= "3.7" and python_full_version >= "3.6.1" -idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" +idna==3.7; python_full_version >= "3.6.2" and python_version >= "3.7" importlib-metadata==4.11.1; python_version < "3.10" and python_version >= "3.7" and python_full_version >= "3.7.1" iniconfig==1.1.1; python_version >= "3.6" interrogate==1.5.0; python_version >= "3.6"