From 74435594b07524144310fb51df60300604e1a3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:39:25 +0000 Subject: [PATCH] Bump pre-commit from 3.7.1 to 4.0.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 4.0.0. - [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/v3.7.1...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91c6a5e..f3dae53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "flake8", "flake8-pyproject", "flake8-black", - "pre-commit==3.7.1", + "pre-commit==4.0.0", "hypothesis==6.105.1", "pytest>=7.4.0", ]