From b82e2742cac2052cf098fe648ef5809f0d11dbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:51:35 +0000 Subject: [PATCH] Bump black from 23.7.0 to 23.9.1 Bumps [black](https://github.com/psf/black) from 23.7.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.7.0...23.9.1) --- 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 2510519..626e1ad 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "flake8-docstrings==1.7.0", "asynctest==0.13.0", "aioresponses==0.7.4", - "black==23.7.0", + "black==23.9.1", ], "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.3.0"], },