diff --git a/poetry.lock b/poetry.lock index 52df968b..f2d9852b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1155,13 +1155,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, - {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, + {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] @@ -2567,4 +2567,4 @@ cli = ["click", "dateparser", "tabulate"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "f6c040928a8bec40b16c2b3aa2835697b025a6eb546ecc48d7bd830972c478a6" +content-hash = "3dd61c90cab8e90e408938f2913131f5e2481136a697da96608a7804041b150a" diff --git a/pyproject.toml b/pyproject.toml index 1390ec1b..ea2c769b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ typeguard = ">=4.1.3,<5.0.0" xdoctest = {extras = ["colors"], version = "^1.1.1"} sphinx = ">=4.3.2,<8.0.0" sphinx-autobuild = "^2021.3.14" -pre-commit = ">=2.21,<4.0" +pre-commit = ">=2.21,<5.0" ruff = ">=0.3.7" darglint = "^1.8.1" pre-commit-hooks = ">=4.4,<6.0"