From aafb1ed6d60d172f8bafbaf9a0deb86322e12e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:03:35 +0100 Subject: [PATCH] Bump pre-commit from 4.0.1 to 4.1.0 (#780) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0ce5d7e2..6cfc70f19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ version = "0.88.1" test = [ "codespell==2.3.0", "mypy==1.14.1", - "pre-commit==4.0.1", + "pre-commit==4.1.0", "pre-commit-hooks==5.0.0", "pylint==3.3.3", "pytest-aiohttp==1.0.5",