From 9f7e1f99d1c4490d5f79bf4c815f6de598dc9dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 02:50:11 +0000 Subject: [PATCH] Bump charset-normalizer from 3.2.0 to 3.3.0 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.2.0 to 3.3.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/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index e9d792a..d2a4141 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -14,6 +14,6 @@ PyGithub==2.0.1rc0 six==1.16.0 requests==2.31.0 certifi==2023.7.22 - charset-normalizer==3.2.0 + charset-normalizer==3.3.0 idna==3.4 urllib3==1.26.16