From c86429640b6de3761df604b876652ab26c372e44 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 8 Aug 2021 13:01:48 +0100 Subject: [PATCH] update black --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 036b062b..920a0811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ jupyter = ["ipywidgets"] [tool.poetry.dev-dependencies] pytest = "^6.2.3" -black = "^20.8b1" +black = "^21.7b0" mypy = "^0.910" pytest-cov = "^2.12.1" attrs = "^21.2.0"