diff --git a/poetry.lock b/poetry.lock index 06f8609..23744a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -883,13 +883,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.1" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -1968,4 +1968,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "62541cd5dfdcaaad909bfd4bc38a5fb5551b317ecacdea092519740554bce13a" +content-hash = "7aefc3c2d93fa280932d700dacc910a52a856722eb4d5ccce9cb9c7532da3a62" diff --git a/pyproject.toml b/pyproject.toml index 5b8a665..bff442a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest-mock = "^3.12.0" pytest-xdist = "^3.5.0" pylama = {extras = ["all"], version = "^8.4.1"} black = "^24.1.1" -pre-commit = "^3.6.1" +pre-commit = "^3.7.1" pytest-cov = "^4.1.0" bandit = "^1.7.7" ruff = "^0.2.1"