From 226c2f3cea7902ee319a0477c14fbc9e1ecb0183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 05:42:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20black=20requirement=20from?= =?UTF-8?q?=20^22.10=20to=20^23.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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/22.10.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16828be..a3798d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ docker = "^6.0.1" pytest = "^7.0.1" [tool.poetry.dev-dependencies] -black = "^22.10" +black = "^23.3" isort = "^5.8.0" autoflake = "^2.0.0" mypy = "^0.991"