From 632d95c512ba89bc55df6cbecac49f0d5aed0364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:04:40 +0000 Subject: [PATCH] :arrow_up: bump black from 23.12.1 to 24.1.1 Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.1...24.1.1) --- updated-dependencies: - dependency-name: black 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 91473b11..b86aa970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ repository = "https://github.com/HLasse/textdescriptives" documentation = "https://hlasse.github.io/TextDescriptives/" [project.optional-dependencies] -style = ["black==23.12.1", "pre-commit==3.6.0", "ruff==0.1.15", "mypy==1.8.0"] +style = ["black==24.1.1", "pre-commit==3.6.0", "ruff==0.1.15", "mypy==1.8.0"] tests = ["pytest>=7.1.3", "pytest-cov>=3.0.0"] docs = [ "sphinx>=5.3.0",