From 59f1615de1e5a851eb4131373c8d2d01b6c543ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 01:39:42 +0000 Subject: [PATCH] Bump chardet from 4.0.0 to 5.0.0 Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1345eb..ccd9aa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ attrs==21.4.0 # via aiohttp cffi==1.15.1 # via pycares -chardet==4.0.0 +chardet==5.0.0 # via aiohttp colorama==0.4.5 # via rich