diff --git a/poetry.lock b/poetry.lock index 9cb4bad6..cfbd6ad3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -100,14 +100,14 @@ type = ["mypy (>=1.18.2)"] [[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 = ["main"] 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] @@ -254,4 +254,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "6bab0fc7accb056e8b326337c207d154b939a63c44bd016c7d4ade9a9132b34c" +content-hash = "0f42aa97818d7970dd72428853e098af86476cad731b21328a72e26d4a13f903" diff --git a/pyproject.toml b/pyproject.toml index b4e0f59b..11496ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.14" -pre-commit = "^4.1.0" +pre-commit = "^4.6.0" [tool.poetry.group.dev.dependencies] pip-licenses = "^5.5.5"