From a2c64acb7ec5ba80fc17fd3b2fd5e8276f055bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 13:07:59 +0000 Subject: [PATCH] build(deps): bump charset-normalizer from 2.1.1 to 3.0.1 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/Ousret/charset_normalizer/blob/master/UPGRADE.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/2.1.1...3.0.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-major ... 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 a7c2c45e..bcc02d40 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,6 +1,6 @@ certifi==2022.12.7 # via requests cffi==1.15.1 # via cryptography, pynacl -charset-normalizer==2.1.1 # via requests +charset-normalizer==3.0.1 # via requests cryptography==39.0.1 # via securesystemslib idna==3.4 # via requests pycparser==2.21 # via cffi