From f396b6859bbc77e99c2e4e043cb58748fe08187d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 08:05:38 +0000 Subject: [PATCH] Update pre-commit requirement from ^2.20.0 to ^3.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.20.0...v3.3.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e5e21..ef4ab98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pyright = "^1.1.282" ruff = "^0.0.254" isort = "^5.10.1" black = "^23.1.0" -pre-commit = "^2.20.0" +pre-commit = "^3.3.2" sphinx = "^6.1.3" typing-extensions = "^4.4.0"