From b73c291ff7abc59e0b12d41cbfbef9013a626b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:05:52 +0000 Subject: [PATCH] chore: bump chardet from 5.0.0 to 5.1.0 in /tests 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] --- tests/requirements_py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_py3.txt b/tests/requirements_py3.txt index 43f920a..62aff25 100644 --- a/tests/requirements_py3.txt +++ b/tests/requirements_py3.txt @@ -2,7 +2,7 @@ attrs==22.2.0 bcrypt==4.0.1 certifi==2022.12.7 cffi==1.15.1 -chardet==5.0.0 +chardet==5.1.0 cryptography==38.0.4 filelock==3.9.0 idna==3.4