From 177ef7c7123d37632f86f7a6004ebf25c7851f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:42:15 -0400 Subject: [PATCH] Bump black from 24.8.0 to 24.10.0 (#165) 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> --- requirements-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-style.txt b/requirements-style.txt index 84e7817..e5e6813 100644 --- a/requirements-style.txt +++ b/requirements-style.txt @@ -1,4 +1,4 @@ -black==24.8.0 +black==24.10.0 click==8.1.7 mypy-extensions==1.0.0 packaging==24.1