diff --git a/poetry.lock b/poetry.lock index 1dc9b0f..085e3d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -810,13 +810,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.6.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, + {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, ] [package.dependencies] @@ -1398,4 +1398,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "939b711a6fa877e0f42425c1209521d28b6cb0eb0a9556b6f315defd9b2b9a0f" +content-hash = "6fcd06b211062c30aa7192fc4931dc69a1d4213449a95cddd24eb994fb60c354" diff --git a/pyproject.toml b/pyproject.toml index cc50d98..01ad0eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ipython = "^8.21.0" isort = "^5.13.2" mypy = "^1.8" pep8-naming = "^0.13.3" -pre-commit = "^3.6.0" +pre-commit = "^3.6.1" pudb = "^2024.1" pytest = "^8.0.0" pytest-django = "^4.8.0"