diff --git a/poetry.lock b/poetry.lock index 3ee2219..3dcf210 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1029,13 +1029,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] @@ -1846,4 +1846,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7276286f7ca9358fec9ef71a770f022e8bb3f4f4c3627b72a764674c924ca113" +content-hash = "c3cb9bf83082eca69b0aabfc00db1b5760c1f624cff32d15b8ea50e7e99dc0d1" diff --git a/pyproject.toml b/pyproject.toml index 119cd42..2347447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pydocstyle = "^6.1.1" mypy = "^1.4" types-requests = "^2.25.8" isort = {extras = ["colors"], version = "^5.10.1"} -pre-commit = "^2.17.0" +pre-commit = "^3.5.0" autoflake = "^1.7" [tool.black]