From fbe37f429ed1273f5906eb032bba2d8971fb8c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:51:26 +0000 Subject: [PATCH] Bump black from 23.9.1 to 23.10.0 Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.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/23.9.1...23.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a27c4808..5cdee53e 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ coverage = "==7.3.2" python-daemon = "==3.0.1" restructuredtext-lint = "==1.4.0" mypy = "==1.6.0" -black = {version = "==23.9.1", markers="python_version >= '3.8'"} +black = {version = "==23.10.0", markers="python_version >= '3.8'"} pygments = "==2.16.1" tbump = "==6.11.0" ruff = "==0.1.0"