From f8126f08bd7216b958d9762645671f4fb1818ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:39:09 +0000 Subject: [PATCH] Bump black from 23.10.0 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.1. - [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/23.10.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/checkformatting.txt | 2 +- requirements/format.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index 183fb81a711..4b3b748be81 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -4,7 +4,7 @@ # # pip-compile --config=pyproject.toml requirements/checkformatting.in # -black==23.10.0 +black==23.10.1 # via -r requirements/checkformatting.in build==0.8.0 # via pip-tools diff --git a/requirements/format.txt b/requirements/format.txt index ebb4205e487..84cc49b3939 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -4,7 +4,7 @@ # # pip-compile --config=pyproject.toml requirements/format.in # -black==23.10.0 +black==23.10.1 # via -r requirements/format.in build==0.8.0 # via pip-tools