From 288d3e4172b4b4bb155a5c372b2121dce1a354ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:18:31 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.7 in /Pwned_or_not_GUI Bumps [idna](https://github.com/kjd/idna) from 2.10 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/v2.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pwned_or_not_GUI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pwned_or_not_GUI/requirements.txt b/Pwned_or_not_GUI/requirements.txt index 9e8c5297bf..d99857cae6 100644 --- a/Pwned_or_not_GUI/requirements.txt +++ b/Pwned_or_not_GUI/requirements.txt @@ -1,6 +1,6 @@ certifi==2023.7.22 chardet==4.0.0 -idna==2.10 +idna==3.7 python-decouple==3.4 requests==2.31.0 urllib3==1.26.4