diff --git a/poetry.lock b/poetry.lock index ba5767233..196b0e9ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1125,14 +1125,14 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "pre-commit" -version = "4.0.1" +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.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, - {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, + {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] @@ -2136,4 +2136,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "3.12.*" -content-hash = "0c094c2e27ab6b83f1a18f58bd68fbd14a2adbf990396d6d58838ca11ab8cce5" +content-hash = "baa264dff6b355a9739ade1bd68ac48dbe785f6a3cd2d4ce0f99e025b801666f" diff --git a/pyproject.toml b/pyproject.toml index c8fa72e44..1079badea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ sentry-sdk = "2.19.2" [tool.poetry.dev-dependencies] pip-licenses = "5.0.0" -pre-commit = "4.0.1" +pre-commit = "4.2.0" python-dotenv = "1.0.1" ruff = "0.8.4" taskipy = "1.14.1"