From a32889e14f6a38a484b5faad0082681885c6f5dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 02:25:21 +0000 Subject: [PATCH] Bump chardet from 3.0.4 to 4.0.0 in /src 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) Signed-off-by: dependabot-preview[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 3b8ae9b..dcc8e72 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ certifi==2020.6.20 -chardet==3.0.4 +chardet==4.0.0 click==7.1.2 fastapi==0.61.1 h11==0.11.0