From 987ab87efc62b745aa38899e5c3930c80f7bdf04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:27:32 +0000 Subject: [PATCH] chore(python-deps): update dependency cffi to v1.17.1 in all dependant actions --- actions/update_development_dependencies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index 2e36ed2e..ab2cd510 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.12.3 ; python_version >= "3.12" and python_version < "3.13" build==1.2.1 ; python_version >= "3.12" and python_version < "3.13" cachecontrol[filecache]==0.14.0 ; python_version >= "3.12" and python_version < "3.13" certifi==2024.7.4 ; python_version >= "3.12" and python_version < "3.13" -cffi==1.17.0 ; 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") +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" cleo==2.1.0 ; python_version >= "3.12" and python_version < "3.13"