diff --git a/poetry.lock b/poetry.lock index 4978051..5e089b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1051,13 +1051,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1601,4 +1601,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "48aee70cd891f216d2c23857652c1ed4c40181185298d0ef0a15ad048e73f3f1" +content-hash = "7459dd07ae37f74162e4dc527541ab316c2706a98f76997838e8a3426f40fde2" diff --git a/pyproject.toml b/pyproject.toml index e97444c..e168ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ coverage = "^7.3" black = "^22.12" isort = "^5.13.2" flake8 = "^5.0.4" -pre-commit = "^2.21.0" +pre-commit = "^3.5.0" pre-commit-hooks = "^4.5.0" pyupgrade = "^3.8.0" darglint = "^1.8.0"