From 533bbbd5cdf8c3a05fec1006923a140f26dfc4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 06:32:47 +0000 Subject: [PATCH] build(deps): bump charset-normalizer from 2.0.12 to 2.1.0 Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.12 to 2.1.0. - [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/2.0.12...2.1.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... 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 be9d9d29a1..f2b4414373 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,6 +1,6 @@ certifi==2022.6.15 # via requests cffi==1.15.0 # via cryptography, pynacl -charset-normalizer==2.0.12 # via requests +charset-normalizer==2.1.0 # via requests cryptography==37.0.3 # via securesystemslib idna==3.3 # via requests pycparser==2.21 # via cffi