diff --git a/poetry.lock b/poetry.lock index 057946c..3882b91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -614,13 +614,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -1016,4 +1016,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "e5b31372b8e94c4aed3786aa325e1e63003fbf99158c5b57032d8a124197371a" +content-hash = "cbfb8f10ab58293c46508d47e64ae54617a6c3a1d5e4e8b8e8333f17a3a6112a" diff --git a/pyproject.toml b/pyproject.toml index 56f3b97..2a1214f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ voluptuous = "^0.15.0" [tool.poetry.group.dev.dependencies] codespell = "2.3.0" mypy = "1.11.2" -pre-commit = "3.8.0" +pre-commit = "4.0.0" pre-commit-hooks = "4.6.0" pylint = "3.2.7" ruff = "0.6.9"