Skip to content

Commit

Permalink
chore(python-deps): update dependency pre-commit to v4 for actions/up…
Browse files Browse the repository at this point in the history
…date_development_dependencies and dev (#145)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 22051cd commit e924f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ platformdirs==4.3.6 ; python_version >= "3.12" and python_version < "3.13"
poetry==1.8.4 ; python_version >= "3.12" and python_version < "3.13"
poetry-core==1.9.1 ; python_version >= "3.12" and python_version < "3.13"
poetry-plugin-export==1.8.0 ; python_version >= "3.12" and python_version < "3.13"
pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "3.13"
pre-commit==4.0.1 ; 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.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 @@ -43,7 +43,7 @@ tomli-w = "1.1.0"

[tool.poetry.group.actions-update_development_dependencies.dependencies]
poetry-plugin-export = "1.8.0"
pre-commit = "3.8.0"
pre-commit = "4.0.1"
pypi-simple = "1.6.0"
toml-sort = "0.23.1"
yamlfix = "1.17.0"
Expand All @@ -53,7 +53,7 @@ pip = "^24.0"
poetry-audit-plugin = "^0.4.0"
poetry-plugin-export = "1.8.0"
poetry-pre-commit-plugin = "^0.1.2"
pre-commit = "3.8.0"
pre-commit = "4.0.1"
pylint = "3.3.1"
pyright = "1.1.385"
tox = "^4.18.0"
Expand Down

0 comments on commit e924f8b

Please sign in to comment.