Skip to content

Commit

Permalink
chore(python-deps): update dependency pypi-simple to v1.6.0 for actio…
Browse files Browse the repository at this point in the history
…ns/create_unique_testpypi_version and actions/update_development_dependencies
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 6cdfc06 commit 8060132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/create_unique_testpypi_version/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -43,7 +43,7 @@ tomli-w = "1.0.0"
[tool.poetry.group.actions-update_development_dependencies.dependencies]
poetry-plugin-export = "1.7.1"
pre-commit = "3.8.0"
pypi-simple = "1.5.0"
pypi-simple = "1.6.0"
toml-sort = "0.23.1"
yamlfix = "1.17.0"

Expand Down

0 comments on commit 8060132

Please sign in to comment.