From abfa0286c1482f234eeb84304fd560fa31cdc0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:24:11 +0000 Subject: [PATCH] fix: bump pre-commit from 3.3.1 to 3.4.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.1 to 3.4.0. - [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...v3.4.0) --- updated-dependencies: - dependency-name: pre-commit 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 b5311d3..d0f9867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ test = [ "flake8-formatter_junit_xml", "flake8", "flake8-pyproject", - "pre-commit==3.3.1", + "pre-commit==3.4.0", "pylint==2.17.4", "pylint_junit", "pytest-cov==4.0.0",