From b089bc322d07936963d8d630dece3b0deb47124c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:02:48 +0000 Subject: [PATCH] fix: bump pre-commit from 3.3.1 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.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.3.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 6d3ef40..dded004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "flake8-formatter_junit_xml", "flake8", "flake8-pyproject", - "pre-commit==3.3.1", + "pre-commit==4.0.1", "pylint==3.0.3", "pylint_junit", "pytest-cov==4.1.0",