From c1bfd6fc6d6fcd2b9492657c067c1b0c044ee4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:42:16 +0200 Subject: [PATCH] Chore(deps): Bump pre-commit-hooks from 5.0.0 to 6.0.0 (#2346) Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 8a0cfbc7..8817d720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "isort==6.0.1", "mypy==1.17.1", "pre-commit==4.3.0", - "pre-commit-hooks==5.0.0", + "pre-commit-hooks==6.0.0", "pytest==8.4.1", "pytest-aiohttp==1.1.0", "pytest-cov==6.2.1", -- 2.34.1