Skip to content

Commit 977c9ca

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

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.8
3535
poetry==1.8.5
3636
poetry-core==1.9.1
3737
poetry-plugin-export==1.8.0
38-
pre-commit==4.2.0
38+
pre-commit==4.3.0
3939
ptyprocess==0.7.0
4040
pycparser==2.22 ; (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
4141
pydantic==2.10.6

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tomli-w = "1.2.0"
4444

4545
[tool.poetry.group.actions-update_development_dependencies.dependencies]
4646
poetry-plugin-export = "1.8.0"
47-
pre-commit = "4.2.0"
47+
pre-commit = "4.3.0"
4848
pypi-simple = "1.7.0"
4949
toml-sort = "0.24.2"
5050
yamlfix = "1.17.0"
@@ -55,7 +55,7 @@ poetry = "^1.8.5"
5555
poetry-audit-plugin = "^0.4.0"
5656
poetry-plugin-export = "1.8.0"
5757
poetry-pre-commit-plugin = "^0.1.2"
58-
pre-commit = "4.2.0"
58+
pre-commit = "4.3.0"
5959
pylint = "3.3.8"
6060
pyright = {extras = ["nodejs"], version = "1.1.403"}
6161
tox = "^4.18.0"

0 commit comments

Comments
 (0)