From 5a11cf5d03e9e2f08692398ccee821447ac1338c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:20:16 +0000 Subject: [PATCH] Bump pre-commit-hooks from 4.5.0 to 5.0.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.5.0 to 5.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/v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 150e6e3..bfec51d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ "codespell==2.3.0", "mypy==1.8.0", "pre-commit==3.6.1", - "pre-commit-hooks==4.5.0", + "pre-commit-hooks==5.0.0", "pytest==8.3.2", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0",