From de83c95f32d0447c79d7041d79e5ccca90d6be25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 06:11:10 +0000 Subject: [PATCH] Update pre-commit requirement from <3.1,>=2.9 to >=2.9,<3.2 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.0...v3.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa3e601..4719f63c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ tests = [ "mccabe>=0.6,<0.8", "mypy>=0.942,<1.1", "pep8-naming>=0.12,<0.14", - "pre-commit>=2.9,<3.1", + "pre-commit>=2.9,<3.2", "pydocstyle>=5.1,<6.4", "pytest>=6.2,<7.3", "pytest-console-scripts>=1.1,<1.4",