diff --git a/poetry.lock b/poetry.lock index 39f1b69..eefa66b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "cfgv" @@ -77,14 +77,14 @@ files = [ [[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] @@ -218,4 +218,4 @@ python-discovery = ">=1" [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "58cd4400f583f79d97a9420bd6e0e2b85c3ce6dae35d843f660a4bc1dfc809f1" +content-hash = "9475ad9a55b4b052cc1ba6d78ff5c05b4452ac6524d10949a1bc73f8f4c5dc15" diff --git a/pyproject.toml b/pyproject.toml index 80f17f7..29e72d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,4 +21,4 @@ python = "^3.14" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pre-commit = "^4.5.1" +pre-commit = "^4.6.0"