diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index 511e9262..80e26e12 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -35,7 +35,7 @@ platformdirs==4.3.6 ; python_version >= "3.12" and python_version < "3.13" poetry==1.8.3 ; python_version >= "3.12" and python_version < "3.13" poetry-core==1.9.0 ; 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" diff --git a/pyproject.toml b/pyproject.toml index 0c043166..af031bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" +pre-commit = "4.0.1" pypi-simple = "1.6.0" toml-sort = "0.23.1" yamlfix = "1.17.0" @@ -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.383" tox = "^4.18.0"