From acec8c7a3a4b2ffff1f62f722c612b16c02f306f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:46:11 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4c61f5..c2c75a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ docutils==0.17.1 # via # sphinx # sphinx-rtd-theme -idna==3.3 +idna==3.7 # via requests imagesize==1.4.1 # via sphinx