From 07ca076f628db369c844a226a050b4f097729681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:14:19 +0000 Subject: [PATCH] Bump black from 22.12.0 to 23.10.1 Bumps [black](https://github.com/psf/black) from 22.12.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/22.12.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 57eed6f..1114eb1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --no-emit-options --output-file=requirements-dev.txt requirements-dev.in # -black==22.12.0 +black==23.10.1 # via -r requirements-dev.in build==0.9.0 # via pip-tools @@ -22,6 +22,7 @@ mypy-extensions==1.0.0 # mypy packaging==23.0 # via + # black # build # pytest pathspec==0.10.3