From 71d4339b0b6ec821a1fc57ea7418819a7a08ee2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:35:45 +0000 Subject: [PATCH] chore(deps-dev): bump black from 23.12.1 to 24.3.0 in /bindings/python Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 01badd4..4559ad7 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -33,7 +33,7 @@ Homepage = "https://github.com/k4black/fast-aug" [project.optional-dependencies] test = [ "pytest >=6.0.0,<8.0.0", - "black ==23.12.1", + "black ==24.3.0", "mypy >=1.0.0", "ruff ==0.1.7", "isort >=5.0.0,<6.0.0",