diff --git a/poetry.lock b/poetry.lock index 6de42e4..7b2734a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1298,14 +1298,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.1.0" +version = "4.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, - {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, + {file = "pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, + {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, ] [package.dependencies] @@ -2216,4 +2216,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<4" -content-hash = "09e2db6f656c212789bb528b1ac793d96a72e6beba17d641b29deaa34a74e0d6" +content-hash = "2d7d04f7ed290f8324ad8d8a1719b546cf345d7e017417bf4f5da614880d09e9" diff --git a/pyproject.toml b/pyproject.toml index e073183..d4b3254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ factory-boy = "3.3.3" gitlint = "0.19.1" ipython = "8.34.0" pdbpp = "0.10.3" -pre-commit = "4.1.0" +pre-commit = "4.2.0" pytest = "8.3.5" pytest-cov = "6.0.0" pytest-django = "4.10.0"