From 671223c09fcbc20ac6a2d3ad1b50d5d3662427f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:12:54 +0000 Subject: [PATCH] Bump black[jupyter] from 24.4.2 to 24.8.0 Bumps [black[jupyter]](https://github.com/psf/black) from 24.4.2 to 24.8.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/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black[jupyter] 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 543be67f9..c1d56f98f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ [project.optional-dependencies] dev = [ # Dev tools and testing - "black[jupyter] ==24.4.2", + "black[jupyter] ==24.8.0", "blackdoc ==0.3.9", "bump-my-version ==0.24.3", "codespell ==2.3.0",