From 68f020d441a900a77895718457cd51dc8d603bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 03:08:26 +0000 Subject: [PATCH] Upgrade: Bump chardet from 5.0.0 to 5.1.0 Bumps [chardet](https://github.com/chardet/chardet) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cde150d..88bf65a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2022.6.15 -chardet==5.0.0 +chardet==5.1.0 charset-normalizer==2.1.1 click==8.1.3 Flask==2.2.2