diff --git a/poetry.lock b/poetry.lock index 2753244f..53246780 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1605,14 +1605,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.5.1" +version = "4.6.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, - {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, + {file = "pre_commit-4.6.0-py2.py3-none-any.whl", hash = "sha256:e2cf246f7299edcabcf15f9b0571fdce06058527f0a06535068a86d38089f29b"}, + {file = "pre_commit-4.6.0.tar.gz", hash = "sha256:718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"}, ] [package.dependencies] @@ -2672,4 +2672,4 @@ tests-strict = ["pytest (==4.6.0) ; python_version < \"3.10.0\" and python_versi [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "7aa65a570535d6300ddd70669e543542326dd2c5ef25b69a72ddb0adfc5a5d63" +content-hash = "2524f3f8dc61cae08fb2ef1401d814038272804c68629d6e74cd96ec73c0de2f" diff --git a/pyproject.toml b/pyproject.toml index ff909a82..6e4c348c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ typer = ">=0.9,<0.25" [tool.poetry.dev-dependencies] black = "~26.3.1" -pre-commit = "~4.5.1" +pre-commit = "~4.6.0" flake8 = "^7.3.0" pytest-cov = "~7.1.0" pytest = "^9.0.3"