From 716a5a705ce03af187d88b56c605c6cb9e25eae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:17:40 +0000 Subject: [PATCH] Bump black from 23.3.0 to 23.11.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.11.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/23.3.0...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 188b750..151237f 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "pytest-instafail==0.5.0", "pytest-cov==4.1.0", "pycodestyle==2.10.0", - "black==23.3.0", + "black==23.11.0", "isort==5.11.4", "mypy==1.4.1", "dnfile==0.13.0",