From 17ddaa950a84b06705bb67571ecd07b388a3602f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 06:15:36 +0000 Subject: [PATCH] Bump charset-normalizer from 3.1.0 to 3.3.0 in /helm Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.1.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.1.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] --- helm/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/src/requirements.txt b/helm/src/requirements.txt index 05d186da5..73d6e11a5 100644 --- a/helm/src/requirements.txt +++ b/helm/src/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 -charset-normalizer==3.1.0 +charset-normalizer==3.3.0 idna==3.4 PyYAML==6.0 requests==2.31.0