From 5a570233248c4a4739b1566a2aea7df3b909dd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 06:17:05 +0000 Subject: [PATCH] Bump black from 23.1.0 to 23.3.0 Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.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.1.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7507f89b8..0d1479950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -277,7 +277,7 @@ dev = [ "Sphinx-Substitution-Extensions==2022.2.16", "Sphinx==6.1.3", "VWS-Test-Fixtures==2023.3.5", - "black==23.1.0", + "black==23.3.0", "check-manifest==0.49", "dirty-equals==0.5.0", # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox.