From 57a62eb729ca8157c58c10778d7ec9bf8eeb0086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:27:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20black=20from=2023.10.0=20to?= =?UTF-8?q?=2023.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.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.10.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8189f852..995a0123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ test = [ "pytest-asyncio>=0.20.0", "mypy==1.6.1", "flake8>=5.0.4", - "black==23.10.0", + "black==23.10.1", "isort>=5.0.6,<6.0.0", "aiofiles>=0.8.0,<24", "a2wsgi>=1.7.0,<2",