From 8920309cea7f7eadb2bfb596cbc7bfd339a0d4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:25:06 +0000 Subject: [PATCH] build(deps): update pre-commit requirement from ~=3.7 to ~=4.0 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/v3.7.0...v4.0.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 c02aabd..ccf1bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "black~=24.0", "codespell~=2.3", "mypy~=1.9", - "pre-commit~=3.7", + "pre-commit~=4.0", "ruff~=0.6.5", "types-setuptools~=75.1", "boto3-stubs",