From aaea9a3854bbe857270c5a682d146e729f502394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:05:41 +0000 Subject: [PATCH] Bump chardet from 4.0.0 to 5.2.0 Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.2.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.2.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- attack_data_service/requirements.txt | 2 +- bin/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attack_data_service/requirements.txt b/attack_data_service/requirements.txt index b1528533..f6b9edb1 100644 --- a/attack_data_service/requirements.txt +++ b/attack_data_service/requirements.txt @@ -17,7 +17,7 @@ botocore==1.21.18 certifi==2021.5.30 cffi==1.15.0 cfgv==3.3.1 -chardet==4.0.0 +chardet==5.2.0 configparser==5.1.0 contextlib2==0.6.0.post1 cryptography==41.0.1 diff --git a/bin/requirements.txt b/bin/requirements.txt index 19c737a2..235849b6 100644 --- a/bin/requirements.txt +++ b/bin/requirements.txt @@ -1,5 +1,5 @@ certifi==2021.5.30 -chardet==4.0.0 +chardet==5.2.0 idna==2.10 pathlib==1.0.1; python_version < '3.4' PyYAML==6.0