From ccad78f889461a17560d23ddaf27d94b1cd88f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:20:59 +0000 Subject: [PATCH] build(deps): bump charset-normalizer from 3.3.0 to 3.3.1 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch ... 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 2fa1c980e2..8fb88fbaa9 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,6 +1,6 @@ certifi==2023.7.22 # via requests cffi==1.16.0 # via cryptography, pynacl -charset-normalizer==3.3.0 # via requests +charset-normalizer==3.3.1 # via requests cryptography==41.0.4 # via securesystemslib idna==3.4 # via requests pycparser==2.21 # via cffi