From 09aa29d77ada5eb0eab2f89b59efad6cb39debc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:11:28 +0000 Subject: [PATCH] build(deps-dev): bump charset-normalizer in /packages Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 14f2264..af4e245 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -13,7 +13,7 @@ certifi==2024.8.30 ; python_version >= "3.9" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.9" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") cfgv==3.4.0 ; python_version >= "3.9" and python_version < "4.0" chardet==5.2.0 ; python_version >= "3.9" and python_version < "4.0" -charset-normalizer==3.4.0 ; python_version >= "3.9" and python_version < "4.0" +charset-normalizer==3.4.1 ; python_version >= "3.9" and python_version < "4.0" cleo==2.1.0 ; python_version >= "3.9" and python_version < "4.0" click-option-group==0.5.6 ; python_version >= "3.9" and python_version < "4" click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"