From 0237059cbd50ee5d86b9591c89222c9b1553a322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:04:34 +0200 Subject: [PATCH] build(deps): bump black from 24.8.0 to 24.10.0 (#2462) * build(deps): bump black from 24.8.0 to 24.10.0 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] --------- Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30a117cbb..bb3a6e1b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ dev = [ "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", "ruff==0.6.4", - "black==24.8.0", + "black==24.10.0", "isort==5.13.2", "mypy==1.11.2", "mypy-protobuf==3.6.0",