From 9bd25d12c7b5f7cd3522e5bc4a434403404a42ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:42:40 +0000 Subject: [PATCH] Bump charset-normalizer from 3.4.0 to 3.4.1 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 1ed312dc8..a533551d4 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.12.14 -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 idna==3.10 urllib3==2.3.0