From b23ae8e0a2b8d412be9bac9fa6a8f529ae73f118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:23:45 +0000 Subject: [PATCH] chore(python-deps): update dependency build to v1.2.2.post1 in all dependant actions (#146) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 ec1c68ae..81eaf843 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -1,7 +1,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" -build==1.2.2 ; python_version >= "3.12" and python_version < "3.13" +build==1.2.2.post1 ; 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.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")