diff --git a/poetry.lock b/poetry.lock index 747bdabe5..43b6cb7ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2720,13 +2720,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +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.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.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -4341,4 +4341,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "092ffe74016cf4c802aa731c0272965dc205da7483ddd9c61dd63636c097970b" +content-hash = "776dddee900c8de6e14b73d18b2426cb0ff4477f0aca430fe56a061f262bf8e7" diff --git a/pyproject.toml b/pyproject.toml index c79415522..2d4e85334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ mdformat = "^0.7.14" mdformat_frontmatter = "^0.4.1" mdformat_tables = ">=0.4.1,<1.1.0" mypy = "^1.5.1" -pre-commit = "^3.0.0" +pre-commit = ">=3,<5" [tool.poetry.group.docs.dependencies] autodocsumm = "^0.2.8"