diff --git a/poetry.lock b/poetry.lock index b3869d9cb..6a6b00cbf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2757,13 +2757,13 @@ files = [ [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.8.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-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, + {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, ] [package.dependencies] @@ -4593,4 +4593,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "078594208ac695182c682c13b6e279247b87b289d984a2a55aa68e4919c3cc42" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..c0d028389 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 = "^3.8.0" pyproject-flake8 = "^6.1.0" pytest-django = "^4.8.0" selenium = "^4.20.0"