From 6f3d1c153cbd00e532790b4df2e669aca1998f8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:42:46 +0000 Subject: [PATCH] chore(python-deps): update dependency pydantic-core to v2.23.1 in all dependant actions --- 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 325136ff..5c73a5e0 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -8,7 +8,7 @@ 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.8.2 ; python_version >= "3.12" and python_version < "3.13" -pydantic-core==2.20.1 ; python_version >= "3.12" and python_version < "3.13" +pydantic-core==2.23.1 ; python_version >= "3.12" and python_version < "3.13" pypi-simple==1.5.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 5b530539..3614c01d 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -39,7 +39,7 @@ 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.8.2 ; python_version >= "3.12" and python_version < "3.13" -pydantic-core==2.20.1 ; python_version >= "3.12" and python_version < "3.13" +pydantic-core==2.23.1 ; python_version >= "3.12" and python_version < "3.13" pypi-simple==1.5.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"