diff --git a/poetry.lock b/poetry.lock index b97ddaf..00ffc69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -983,14 +983,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.5.0" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1"}, - {file = "pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b"}, + {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -1581,4 +1581,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "0ec13a68608acfc692e6545ce78a9e3ba8917d7c3cf4358f9c4aac51f15047cb" +content-hash = "5bb564ea7b7596744fc5edd7218cce071d0c936aa0f926b8d3f908a5913a9c3f" diff --git a/pyproject.toml b/pyproject.toml index 8ef3287..f9337ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ipython = "^9.8.0" isort = "^7.0.0" mypy = "^1.19" pep8-naming = "^0.15.1" -pre-commit = "^4.5.0" +pre-commit = "^4.5.1" pudb = "^2025.1" pytest = "^9.0.2" pytest-django = "^4.11.1"