diff --git a/poetry.lock b/poetry.lock index dc52e4e0..63f7f0b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2349,13 +2349,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] @@ -4192,4 +4192,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "9d2d68cd41d00732bca15175938452e8c4061bfb2c58d9f4cae1d40905cd86b8" +content-hash = "3ad648d8edc54770a5af5aa457b601a11c69a685d0990bed5abf71e27c41b742" diff --git a/pyproject.toml b/pyproject.toml index 61cb1b58..3eeba24e 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"