From 228c6991d7ce5a602b346bbf1a74ffbfef97049d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:41:16 +0200 Subject: [PATCH] Chore(deps): Bump pre-commit from 4.2.0 to 4.3.0 (#2324) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.3.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/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3422f38d..27884f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "codespell==2.4.1", "isort==6.0.1", "mypy==1.17.0", - "pre-commit==4.2.0", + "pre-commit==4.3.0", "pre-commit-hooks==5.0.0", "pytest==8.4.1", "pytest-aiohttp==1.1.0", -- 2.34.1