From 77178193b46430c18e956b1215fbbef583e92b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:15:53 +1100 Subject: [PATCH] Bump charset-normalizer in /cronjob_scripts in the deps group (#308) Bumps the deps group in /cronjob_scripts with 1 update: [charset-normalizer](https://github.com/Ousret/charset_normalizer). Updates `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 dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cronjob_scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjob_scripts/requirements.txt b/cronjob_scripts/requirements.txt index 9fb3fd4f5d..56835ebc42 100644 --- a/cronjob_scripts/requirements.txt +++ b/cronjob_scripts/requirements.txt @@ -4,7 +4,7 @@ certifi==2024.8.30 # via # influxdb3-python # requests -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via requests idna==3.10 # via requests