From c4b1829e78b0d000f23d23d928545c44168b7c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20=7C=20Ail=C3=A9?= <03ht@theodurr.fr> Date: Mon, 18 Apr 2022 18:33:36 +0000 Subject: [PATCH] Resolve "Black pipeline is broken" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 602786e3..b1b2d0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-copybutton"] [tool.poetry.dev-dependencies] django-debug-toolbar = "^3.2.2" ipython = "^7.28.0" -black = "^22.1.0" +black = "^22.3.0" [build-system] requires = ["poetry-core>=1.0.0"]