From 4db36af3a0ff4c4952ab2eb5e7ad643ad2d2a127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:17:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20black=20from=2024.1.1=20to?= =?UTF-8?q?=2024.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.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/24.1.1...24.2.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 7373bb2..60d8e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ test = [ "pytest-asyncio >=0.19.0", "mypy==1.8.0", "flake8>=5.0.4", - "black==24.1.1", + "black==24.2.0", "isort>=5.0.6,<6.0.0", "freezegun>=1.2.2,<2.0.0", "mock==5.1.0",