From 1a7fdd0072f02be6a781f137303877af767b7427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:16:28 +0000 Subject: [PATCH] Update charset-normalizer requirement from ==3.3.* to ==3.4.* Updates the requirements on [charset-normalizer](https://github.com/Ousret/charset_normalizer) to permit the latest version. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.0...3.4.0) --- updated-dependencies: - dependency-name: charset-normalizer 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 8a23104..733e8d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.* certifi==2024.8.* -charset-normalizer==3.3.* +charset-normalizer==3.4.* idna==3.10 numpy==2.1.* pandas==2.2.*