From d9af1f79ed8142cb106ade779631bf612d4b36c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 05:53:01 +0000 Subject: [PATCH] Bump chardet from 3.0.4 to 4.0.0 Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 4.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/3.0.4...4.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 daf8a36f..836e36c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile --output-file=requirements.txt setup.py # attrs==20.1.0 # via pytest -chardet==3.0.4 # via wfuzz (setup.py) +chardet==4.0.0 # via wfuzz (setup.py) iniconfig==1.0.1 # via pytest more-itertools==8.5.0 # via pytest packaging==20.4 # via pytest