diff --git a/poetry.lock b/poetry.lock index b3869d9cb..4599a5de2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2757,13 +2757,13 @@ files = [ [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.0.0" 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.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -4593,4 +4593,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "05a85c57928f270d6ccb0b44d9a2e47667034c9196c4acd502ad0752ec6257b0" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..69fd8dfd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ freezegun = "^1.4.0" ipdb = "^0.13.13" isort = "^5.12.0" poethepoet = "^0.12.3" -pre-commit = "^2.21.0" +pre-commit = "^4.0.0" pyproject-flake8 = "^6.1.0" pytest-django = "^4.8.0" selenium = "^4.20.0"