From feb97a348cfeb49789124da01a59deb586dac7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:34:40 +0000 Subject: [PATCH] Bump pre-commit-hooks from 4.5.0 to 4.6.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0629acbd..fd9a361a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ test = [ "codespell==2.2.6", "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", "ruff==0.3.7", "safety==3.0.1",