From d8f137fe7be5b52bced582eaa41288d92c59ee4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:05:07 +0000 Subject: [PATCH] Build(deps): Bump black from 24.3.0 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.3.0 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.3.0...24.8.0) --- updated-dependencies: - dependency-name: black 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 69dc1e23..386156c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ repository = "https://github.com/daquintero/piel" [project.optional-dependencies] dev = [ - "black==24.3.0", + "black==24.8.0", "bokeh", "bump-my-version", "cocotb==1.8.1",