From 16d4a8c962c0b533c5f22ca34cd6b07ebe4a895a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:26:04 +0200 Subject: [PATCH] Chore(deps): Bump pre-commit from 4.1.0 to 4.2.0 (#2111) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1.0 to 4.2.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.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.2.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 83b05577..1e71c1c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "codespell==2.4.1", "isort==6.0.0", "mypy==1.15.0", - "pre-commit==4.1.0", + "pre-commit==4.2.0", "pre-commit-hooks==5.0.0", "pytest==8.3.5", "pytest-aiohttp==1.1.0", -- 2.34.1