diff --git a/poetry.lock b/poetry.lock index f0811bc..75a9616 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1246,13 +1246,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.1" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {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"}, ] [package.dependencies] @@ -1983,4 +1983,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0f151e30f9dff59463c7635ecb20c77817fdca510ad5fd7a9db13f05a23e79ae" +content-hash = "f38baad5f36abfe65ca320227e47ee405fe09411c5855a394c79da0bbc50dfc8" diff --git a/pyproject.toml b/pyproject.toml index a35802e..2a43300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^8.2" pytest-cov = "^5.0.0" pytest-mypy = "^0.10.0" pytest-mock = "^3.7.0" -pre-commit = "^3.0.4" +pre-commit = "^4.0.1" ruff = "^0.5.2" types-toml = "^0.10.8.20240310"