diff --git a/poetry.lock b/poetry.lock index 8358cab..150554a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2079,14 +2079,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] 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.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, ] [package.dependencies] @@ -3734,4 +3734,4 @@ tests-strict = ["pytest (==4.6.0) ; python_version < \"3.10.0\" and python_versi [metadata] lock-version = "2.1" python-versions = "<3.13,>=3.10" -content-hash = "d218e5f482e6238d4d2d4bced250fa5de2e897dccca4e92b478e1ea764dd2e13" +content-hash = "f19bcdb0ff8ca1ccc85d05d2e6b850dfaebb3867413250464e64dfc299d923d8" diff --git a/pyproject.toml b/pyproject.toml index d823a82..dfa5b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [{include = "flintpy", from="src"}] poetry-plugin-export = ">=1.9" [tool.poetry.group.dev.dependencies] -pre-commit = "^3.8.0" +pre-commit = "^4.3.0" invoke = "^2.2.0" bump2version = "^1.0.1" watchdog = {version = "^4.0.0", extras = ["watchmedo"]}