From 8f04c43887ddf886841f8eda26a18d9ab24c1503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:27:33 +0000 Subject: [PATCH] build(deps): bump charset-normalizer in the dependencies group Bumps the dependencies group 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: dependencies ... Signed-off-by: dependabot[bot] --- requirements/pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 50003d7d27..31126f2a41 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,6 +1,6 @@ certifi==2024.8.30 # via requests cffi==1.17.1 # via cryptography, pynacl -charset-normalizer==3.3.2 # via requests +charset-normalizer==3.4.0 # via requests cryptography==43.0.1 # via securesystemslib idna==3.10 # via requests pycparser==2.22 # via cffi