From ba6006baf64adbc9e0a034867996837c5e7de19d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:24:37 +0000 Subject: [PATCH] chore(python-deps): update dependency charset-normalizer to v3.4.0 in all dependant actions (#164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- actions/create_unique_testpypi_version/requirements.txt | 2 +- actions/update_development_dependencies/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/create_unique_testpypi_version/requirements.txt b/actions/create_unique_testpypi_version/requirements.txt index b1288136..c05ad1a0 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -2,7 +2,7 @@ annotated-types==0.7.0 ; python_version >= "3.12" and python_version < "3.13" attrs==24.2.0 ; python_version >= "3.12" and python_version < "3.13" beautifulsoup4==4.12.3 ; python_version >= "3.12" and python_version < "3.13" certifi==2024.8.30 ; python_version >= "3.12" and python_version < "3.13" -charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "3.13" +charset-normalizer==3.4.0 ; python_version >= "3.12" and python_version < "3.13" idna==3.10 ; python_version >= "3.12" and python_version < "3.13" mailbits==0.2.1 ; python_version >= "3.12" and python_version < "3.13" packaging==24.1 ; python_version >= "3.12" and python_version < "3.13" diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index dca11a28..5d9bca5a 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -6,7 +6,7 @@ cachecontrol[filecache]==0.14.0 ; python_version >= "3.12" and python_version < certifi==2024.8.30 ; python_version >= "3.12" and python_version < "3.13" cffi==1.17.1 ; python_version >= "3.12" and python_version < "3.13" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") cfgv==3.4.0 ; python_version >= "3.12" and python_version < "3.13" -charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "3.13" +charset-normalizer==3.4.0 ; python_version >= "3.12" and python_version < "3.13" cleo==2.1.0 ; python_version >= "3.12" and python_version < "3.13" click==8.1.7 ; python_version >= "3.12" and python_version < "3.13" colorama==0.4.6 ; python_version >= "3.12" and python_version < "3.13" and (os_name == "nt" or platform_system == "Windows")