From 00042c2ffbca43ffd7af1c512dd622b3d3c33902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:43:24 +0000 Subject: [PATCH] chore: bump pre-commit from 3.7.1 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 4.0.1. - [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/v3.7.1...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit 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 104da58..a777657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "flake8", "flake8-pyproject", "pylint==3.2.7", - "pre-commit==3.7.1", + "pre-commit==4.0.1", "pylint_junit", "pytest-cov==5.0.0", "pytest-mock<3.14.1",