From af1b67f0fb3f05058f1880a977c73bab8e103f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:46:44 +0000 Subject: [PATCH] build(deps): bump black from 24.4.2 to 24.8.0 Bumps [black](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 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 d593dea0..1467f2c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ publish = [ "twine == 5.1.1", ] docs = [ - "black==24.4.2", + "black==24.8.0", "mkdocs==1.6.0", "mkdocs-material==9.5.29", "mkdocstrings[python]==0.25.2",