diff --git a/poetry.lock b/poetry.lock index 7c11b668..e2963381 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,14 +673,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.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-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {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] @@ -1169,4 +1169,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "624f0facef3b3ccf10b4c4f0d7aa6eaef255ef6e958f7cc79e9295ab092e06bb" +content-hash = "c7aebbfd6185ad26b7215bf6af8b7f877db121e89da6e0422174cac97923b4c4" diff --git a/pyproject.toml b/pyproject.toml index 1269dda2..01393d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ [tool.poetry.group.dev.dependencies] mypy = "^1.15" -pre-commit = "^3.0" +pre-commit = "^4.2" pytest = "^8.3.5" pytest-cov = "^6.1" pytest-mock = "^3.8.2"