From 221d88c37996f1c26e7128427a7442496d876157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:20:37 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from <3.5.0,>=3.0.0 to >=3.0.0,<3.6.0 (#515) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45a92e703..c5256873d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ docs = [ "sphinx_tabs >=3.4.1,<4.0.0", ] hooks = [ - "pre-commit >=3.0.0,<3.5.0", + "pre-commit >=3.0.0,<3.6.0", ] # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [