From 8e5f68c2acd7b9b8449a75838213b94bc2c5f787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 21:42:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20black=20requireme?= =?UTF-8?q?nt=20from=20^20.8b1=20to=20^22.10=20(#102)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c07f788..1c9cc8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ docker = "^5.0.3" pytest = "^7.0.1" [tool.poetry.dev-dependencies] -black = "^20.8b1" +black = "^22.10" isort = "^5.8.0" autoflake = "^2.0.0" mypy = "^0.971"