From 369d61dc7caa3e556ec210691119f1ce7b79a110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:21:58 +0000 Subject: [PATCH] chore(python-deps): update dependency idna to v3.10 in all dependant actions (#110) 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 a828005..df4543a 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -3,7 +3,7 @@ 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" -idna==3.9 ; 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" poetry-core==1.9.0 ; 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 e5463b0..e4ca09c 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -18,7 +18,7 @@ dulwich==0.21.7 ; python_version >= "3.12" and python_version < "3.13" fastjsonschema==2.20.0 ; python_version >= "3.12" and python_version < "3.13" filelock==3.16.0 ; python_version >= "3.12" and python_version < "3.13" identify==2.6.1 ; python_version >= "3.12" and python_version < "3.13" -idna==3.9 ; python_version >= "3.12" and python_version < "3.13" +idna==3.10 ; python_version >= "3.12" and python_version < "3.13" installer==0.7.0 ; python_version >= "3.12" and python_version < "3.13" jaraco-classes==3.4.0 ; python_version >= "3.12" and python_version < "3.13" jeepney==0.8.0 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux"