From fa89d2d962f2b7461a203472ca32d9a6910f056e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:00:06 +0000 Subject: [PATCH] :arrow_up: bump pre-commit from 3.6.0 to 3.7.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.7.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.6.0...v3.7.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 59ea4e2..e769ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ repository = "https://github.com/HLasse/textdescriptives" documentation = "https://hlasse.github.io/TextDescriptives/" [project.optional-dependencies] -style = ["black==24.1.1", "pre-commit==3.6.0", "ruff==0.1.15", "mypy==1.8.0"] +style = ["black==24.1.1", "pre-commit==3.7.0", "ruff==0.1.15", "mypy==1.8.0"] tests = ["pytest>=7.1.3", "pytest-cov>=3.0.0"] docs = [ "pydantic==2.1",