diff --git a/poetry.lock b/poetry.lock index 4811343a..4bcbee78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2303,13 +2303,13 @@ poetry-core = ">=1.7.0,<3.0.0" [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" 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-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -4037,4 +4037,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "6da5d50a639d526e70b307bcfa7f96a49ceba7a0ff93821e1fbd684d8879460f" +content-hash = "59ed4d8815704a169a805b547754c1b95e5869208fe68555d5b4d1fd2335fc65" diff --git a/pyproject.toml b/pyproject.toml index 73b2e4a2..39c4da5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ coverage = "^7.5.4" pytest = "^8.1.1" pytest-cov = "^5.0.0" poetry-bumpversion = "^0.3.1" -pre-commit = "^2.18.1" +pre-commit = "^4.0.1" black = "^22.3.0" isort = "^5.10.1" flake8 = "^4.0.1"