From 349c7d4b906d706b2bf38ecce1811548c0a87eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:11:52 +0000 Subject: [PATCH] chore(python-deps): update pydantic dependencies in all dependant actions (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- actions/create_unique_testpypi_version/requirements.txt | 4 ++-- actions/update_development_dependencies/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/create_unique_testpypi_version/requirements.txt b/actions/create_unique_testpypi_version/requirements.txt index 33b125ab..bbfa8539 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -7,8 +7,8 @@ idna==3.8 ; 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" -pydantic==2.9.0 ; python_version >= "3.12" and python_version < "3.13" -pydantic-core==2.23.2 ; python_version >= "3.12" and python_version < "3.13" +pydantic==2.9.1 ; python_version >= "3.12" and python_version < "3.13" +pydantic-core==2.23.3 ; python_version >= "3.12" and python_version < "3.13" pypi-simple==1.6.0 ; python_version >= "3.12" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.12" and python_version < "3.13" soupsieve==2.6 ; 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 6264f819..4856ecf8 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -38,8 +38,8 @@ poetry-plugin-export==1.8.0 ; python_version >= "3.12" and python_version < "3.1 pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "3.13" ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "3.13" pycparser==2.22 ; 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") -pydantic==2.9.0 ; python_version >= "3.12" and python_version < "3.13" -pydantic-core==2.23.2 ; python_version >= "3.12" and python_version < "3.13" +pydantic==2.9.1 ; python_version >= "3.12" and python_version < "3.13" +pydantic-core==2.23.3 ; python_version >= "3.12" and python_version < "3.13" pypi-simple==1.6.0 ; python_version >= "3.12" and python_version < "3.13" pyproject-hooks==1.1.0 ; python_version >= "3.12" and python_version < "3.13" pywin32-ctypes==0.2.3 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32"