From 4a27c1ee3593c9df9ae93091b45c35ff672b628b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:29:53 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dda3696..9f658a8 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.9.1", + "black==23.10.0", ], "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.3.0"], },