Skip to content

Commit e924f8b

Browse files
chore(python-deps): update dependency pre-commit to v4 for actions/update_development_dependencies and dev (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22051cd commit e924f8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actions/update_development_dependencies/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ platformdirs==4.3.6 ; python_version >= "3.12" and python_version < "3.13"
3535
poetry==1.8.4 ; python_version >= "3.12" and python_version < "3.13"
3636
poetry-core==1.9.1 ; python_version >= "3.12" and python_version < "3.13"
3737
poetry-plugin-export==1.8.0 ; python_version >= "3.12" and python_version < "3.13"
38-
pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "3.13"
38+
pre-commit==4.0.1 ; python_version >= "3.12" and python_version < "3.13"
3939
ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "3.13"
4040
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")
4141
pydantic==2.9.2 ; python_version >= "3.12" and python_version < "3.13"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tomli-w = "1.1.0"
4343

4444
[tool.poetry.group.actions-update_development_dependencies.dependencies]
4545
poetry-plugin-export = "1.8.0"
46-
pre-commit = "3.8.0"
46+
pre-commit = "4.0.1"
4747
pypi-simple = "1.6.0"
4848
toml-sort = "0.23.1"
4949
yamlfix = "1.17.0"
@@ -53,7 +53,7 @@ pip = "^24.0"
5353
poetry-audit-plugin = "^0.4.0"
5454
poetry-plugin-export = "1.8.0"
5555
poetry-pre-commit-plugin = "^0.1.2"
56-
pre-commit = "3.8.0"
56+
pre-commit = "4.0.1"
5757
pylint = "3.3.1"
5858
pyright = "1.1.385"
5959
tox = "^4.18.0"

0 commit comments

Comments
 (0)