From 038aff47d9d20501c157ef55ec3be2f32d2fd8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 21:37:11 +0000 Subject: [PATCH] Bump chardet from 3.0.4 to 5.0.0 in /server/python Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 5.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/3.0.4...5.0.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/python/requirements.txt b/server/python/requirements.txt index c3274f0..5c12bd6 100644 --- a/server/python/requirements.txt +++ b/server/python/requirements.txt @@ -1,5 +1,5 @@ certifi==2019.3.9 -chardet==3.0.4 +chardet==5.0.0 Click==7.0 Flask==2.2.2 idna==2.8