From fb6278edfd617b08a89a71769ac0c93af254d952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:06:53 +0200 Subject: [PATCH] Bump pre-commit-hooks from 4.5.0 to 4.6.0 (#1211) Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.5.0 to 4.6.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/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit-hooks 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 ea363cf1..09ab27ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "isort==5.13.2", "mypy==1.9.0", "pre-commit==3.7.0", - "pre-commit-hooks==4.5.0", + "pre-commit-hooks==4.6.0", "pylint==3.1.0", "pytest==8.1.1", "pytest-aiohttp==1.0.5", -- 2.34.1