From 900e57bc5567b81c01e325679e91769667467c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:40:53 +0000 Subject: [PATCH] :arrow_up: Bump black from 23.3.0 to 23.9.1 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.9.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.3.0...23.9.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7951960..6810bcd9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ pytest-cov==4.1.0 build==0.10.0 wheel==0.41.2 -black==23.3.0 +black==23.9.1 mypy==1.5.1; python_version >= '3.8' mypy==1.4.1; python_version < '3.8' Flask==2.2.3