From 0c3d72b7ced7d55a58bad83a57e31f9e2aa1a6a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:33:48 +0000 Subject: [PATCH] chore(python-deps): update dependency pypi-simple to v1.6.0 for actions/create_unique_testpypi_version and actions/update_development_dependencies --- actions/create_unique_testpypi_version/requirements.txt | 2 +- actions/update_development_dependencies/requirements.txt | 2 +- pyproject.toml | 4 ++-- 3 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 325136ff..4c9d778c 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -9,7 +9,7 @@ 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" -pypi-simple==1.5.0 ; 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" tomli==2.0.1 ; 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 9548f665..7a93c3cb 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -40,7 +40,7 @@ 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" -pypi-simple==1.5.0 ; 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" pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "3.13" diff --git a/pyproject.toml b/pyproject.toml index 0c8e0a11..2ed5c936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "~3.12" # This needs to stay in sync with all CI workflows [tool.poetry.group.actions-create_unique_testpypi_version.dependencies] poetry-core = "1.9.0" -pypi-simple = "1.5.0" +pypi-simple = "1.6.0" tomli = "2.0.1" tomli-w = "1.0.0" @@ -43,7 +43,7 @@ tomli-w = "1.0.0" [tool.poetry.group.actions-update_development_dependencies.dependencies] poetry-plugin-export = "1.8.0" pre-commit = "3.8.0" -pypi-simple = "1.5.0" +pypi-simple = "1.6.0" toml-sort = "0.23.1" yamlfix = "1.17.0"