diff --git a/poetry.lock b/poetry.lock index a89886f..1fadc40 100644 --- a/poetry.lock +++ b/poetry.lock @@ -953,13 +953,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] @@ -1677,4 +1677,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "54078dfd0ce5b95f68cd363b08fed30050eaec072829ea587b1a07ff0b92f83f" +content-hash = "a80e6a5c9dcd2431685e5dc7a07bb67225b90927503c4915633e65a25c60af79" diff --git a/pyproject.toml b/pyproject.toml index 9aa61b0..a2a156e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pycurl = "^7.44.1" deprecated = "^1.2.13" [tool.poetry.dev-dependencies] -pre-commit = "^2.17.0" +pre-commit = "^3.5.0" coverage = "^7.0.0" flake8 = "^4.0.1" isort = "^5.11.4"