diff --git a/poetry.lock b/poetry.lock index 892d21c..e695169 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,13 +1026,13 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.3.0" +version = "4.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {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"}, + {file = "pre_commit-4.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, + {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, ] [package.dependencies] @@ -1747,4 +1747,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "469bd52d8de2e92f0a979ca19805c0c9aeeaa6169ad7b831650c22fd4661404f" +content-hash = "76d15b1c67a091bbea97714363fbb35a9a8883672ce3dd5f6f33562d7d93b639" diff --git a/pyproject.toml b/pyproject.toml index 337a850..07e43cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "8.4.2" pytest-asyncio = "1.2.0" pytest-cov = "7.0.0" pytest-timeout = "2.4.0" -pre-commit = "4.3.0" +pre-commit = "4.4.0" pre-commit-hooks = "6.0.0" yamllint = "1.37.1" ruff = "0.13.3"