diff --git a/poetry.lock b/poetry.lock index e19dfdd..a057e1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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] @@ -201,4 +201,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "b9409587b1a45c43c5c5c6b2f4941370209c42af0e047d8ffbcda380bedcd4cd" +content-hash = "dca4931a4a95168dde748c5190748fa7ee1b737b1b9a5a2ad6c33b50a49a1d80" diff --git a/pyproject.toml b/pyproject.toml index 9216be8..154bd07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,4 +21,4 @@ python = "^3.12" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pre-commit = "^4.5.1" +pre-commit = "^4.6.0"