diff --git a/poetry.lock b/poetry.lock index 497f412..5786070 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1024,13 +1024,13 @@ files = [ [[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] @@ -1841,4 +1841,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0082be7743041aae9104acdeee76ae19f222b2d008a7ecb19e0145deda398678" +content-hash = "ee84621c6eb28b3a8bf62848a75890c0ae99624504a0141d2805f5c52a8fd0cc" diff --git a/pyproject.toml b/pyproject.toml index dc94cf2..0665ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pydocstyle = "^6.1.1" mypy = "^1.8" types-requests = "^2.25.8" isort = {extras = ["colors"], version = "^5.13.2"} -pre-commit = "^2.17.0" +pre-commit = "^3.5.0" autoflake = "^1.7" [tool.black]