From 9522a101a5b1f018988e764e4aba3068cd297b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:04:07 -0800 Subject: [PATCH] build(deps): bump black from 24.8.0 to 24.10.0 (#900) Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.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.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5eedb3dd..07d7b253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ publish = [ "twine == 5.1.1", ] docs = [ - "black==24.8.0", + "black==24.10.0", "mkdocs==1.6.1", "mkdocs-material==9.5.40", "mkdocstrings[python]==0.27.0",