diff --git a/poetry.lock b/poetry.lock index 47673d2..28e28d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3867,13 +3867,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "3.6.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, + {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, ] [package.dependencies] @@ -6704,4 +6704,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7b52426065b04709a15a560787f01a00166dba6005aea755ed490a7523569524" +content-hash = "aeda5b9d786855aa296438d105fcccb145f6697800b6c1988a23871a6bd91ee4" diff --git a/pyproject.toml b/pyproject.toml index d7eac0d..e0a23b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ coverage = "^7.2.7" black = "^23.7.0" pylint-django = "^2.5.3" pylint-celery = "^0.3" -pre-commit = "^3.3.3" +pre-commit = "^3.6.0" factory-boy = "^3.2.1" django-debug-toolbar = "^4.1.0" django-extensions = "^3.2.1"