From 9541949782516b6bb0aab9d453afbc130eabdfb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:12:00 +0000 Subject: [PATCH] build(deps): bump charset-normalizer from 2.0.12 to 3.1.0 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 2.0.12 to 3.1.0. - [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.0.12...3.1.0) --- 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 8a2ee0ac5b..f0735bbe0f 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,6 +1,6 @@ certifi==2021.10.8 # via requests cffi==1.15.0 # via cryptography, pynacl -charset-normalizer==2.0.12 # via requests +charset-normalizer==3.1.0 # via requests cryptography==37.0.2 # via securesystemslib idna==3.3 # via requests pycparser==2.21 # via cffi