From 01956a06e9b271762fa6f1f149b60a93db1c99ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:01:32 +0000 Subject: [PATCH] :arrow_up: Bump pre-commit from 3.3.3 to 3.4.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 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.3...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 874eb193..e30b3f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ documentation = "https://hlasse.github.io/TextDescriptives/" [project.optional-dependencies] style = [ "black==23.7.0", - "pre-commit==3.3.3", + "pre-commit==3.4.0", "ruff==0.0.286", "mypy==1.5.1" ]