From 019d3a90bcb8c2f0abafcdffa178ee051288ec67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:17:58 +0000 Subject: [PATCH] build(deps): 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) Signed-off-by: dependabot-preview[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index e59ed8d3..603c6077 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,6 +1,6 @@ certifi==2020.12.5 # via requests cffi==1.14.4 # via cryptography, pynacl -chardet==3.0.4 # via requests +chardet==4.0.0 # via requests cryptography==3.3.1 # via securesystemslib enum34==1.1.10 ; python_version < '3' # via cryptography idna==2.10 # via requests