From 4ee4586760b108a33a226b7edd25e8b43d6fbd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:53:01 +1100 Subject: [PATCH] Bump charset-normalizer from 3.3.2 to 3.4.0 (#1051) Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.2 to 3.4.0. - [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.2...3.4.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app_rules/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_rules/requirements.txt b/app_rules/requirements.txt index ee966769a..0fd25703a 100644 --- a/app_rules/requirements.txt +++ b/app_rules/requirements.txt @@ -3,6 +3,6 @@ PyYAML==6.0.2 requests==2.32.3 # indirect dependencies, frozen to use cache by `actions/setup-python` certifi==2024.8.30 -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 idna==3.10 urllib3==2.2.3