diff --git a/poetry.lock b/poetry.lock index 9558cd71..ad6f1958 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1083,14 +1083,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] @@ -2247,4 +2247,4 @@ cache-seeded-file = ["zstandard"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "9167e47c8685378a46e0c71646bcf472bc24f16cf65bb649f4e02746487ffe24" +content-hash = "9c8dd32f158cc2e7dde2764318546315449e2920d60d5a8953dee317d9132439" diff --git a/pyproject.toml b/pyproject.toml index efef628e..21abca31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ markdown2 = "^2.5.5" json-e = "^4.8.2" [tool.poetry.dev-dependencies] -pre-commit = "^4.5" +pre-commit = "^4.6" pytest = "^9.0" responses = "^0.20" sphinx = "^8.1.3"