diff --git a/poetry.lock b/poetry.lock index 1bebef6e..6b62c3cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1898,14 +1898,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] @@ -3431,4 +3431,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<4.0" -content-hash = "dd690ad9a1d62e2e79aef2601899cf2c37dc39567406222bb00ade5b31e3f899" +content-hash = "b9cc86648a3b0028ab81d556d39ac51a4e6d42072176ec8df40d372fea4a299a" diff --git a/pyproject.toml b/pyproject.toml index 82d94c6c..4a2e3014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ gitlint = "0.19.1" moto = { extras = ["s3"], version = "5.1.1" } pdbpp = "0.10.3" pillow = "11.1.0" -pre-commit = "4.1.0" +pre-commit = "4.2.0" pytest = "8.3.5" pytest-celery = "1.2.0" pytest-cov = "6.0.0"