From 281c32fb5c0be3a9c3d24d9300e26196afcc29f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:29:44 -0800 Subject: [PATCH] Bump black from 24.4.2 to 24.10.0 (#1840) Bumps [black](https://github.com/psf/black) from 24.4.2 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.4.2...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> Co-authored-by: Cooper Lees --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b4b210d60..a7299e828 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ async-timeout==5.0.1 -black==24.4.2 +black==24.10.0 coverage==7.6.4 flake8==7.1.1 flake8-bugbear==24.8.19