diff --git a/poetry.lock b/poetry.lock index 3786d98..21fd7a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -639,13 +639,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.6.0" +version = "5.0.0" description = "Some out-of-the-box hooks for pre-commit." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit_hooks-4.6.0-py2.py3-none-any.whl", hash = "sha256:a69199e6a2d45ec59c1020a81ca1549abddc2afb798276d9a0d951752d6abbfe"}, - {file = "pre_commit_hooks-4.6.0.tar.gz", hash = "sha256:eb1f43ee67869cd41b4c59017fad4a0f9d4d61201d163f2135535aaf65035a2b"}, + {file = "pre_commit_hooks-5.0.0-py2.py3-none-any.whl", hash = "sha256:8d71cfb582c5c314a5498d94e0104b6567a8b93fb35903ea845c491f4e290a7a"}, + {file = "pre_commit_hooks-5.0.0.tar.gz", hash = "sha256:10626959a9eaf602fbfc22bc61b6e75801436f82326bfcee82bb1f2fc4bc646e"}, ] [package.dependencies] @@ -1112,4 +1112,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "a8637a1b48c8c29b46e13b3dde5fa73465eb1e81ee3093768a115d86d670590e" +content-hash = "51ae038561d35ee550fe100e9b0369ae214d5ff43241d253f5cb9dbbe1652939" diff --git a/pyproject.toml b/pyproject.toml index 1ed82f3..476d4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ voluptuous = "^0.15.0" codespell = "2.3.0" mypy = "1.13.0" pre-commit = "4.0.1" -pre-commit-hooks = "4.6.0" +pre-commit-hooks = "5.0.0" pylint = "3.2.7" ruff = "0.8.0" yamllint = "1.35.1"