From 76cdd2cef489d166f9b6642fe347f7733fb1c5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:42:48 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.7 in /News_Scraper 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] --- News_Scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News_Scraper/requirements.txt b/News_Scraper/requirements.txt index 5b568f2..8a24acb 100644 --- a/News_Scraper/requirements.txt +++ b/News_Scraper/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.9.3 certifi==2023.7.22 chardet==3.0.4 html5lib==1.1 -idna==2.10 +idna==3.7 requests==2.31.0 six==1.15.0 soupsieve==2.0.1