From b0d46cd864be0b06902fa40572c1f8f8c5bb02a0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:22:47 +0300 Subject: [PATCH] pyproject.toml: update black It's no longer in beta! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c43380..bec0cc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ country-converter = "^0.7.4" pytest = "^6.1.1" flake8 = "^4.0.1" pytest-clarity = "^1.0.1" -black = "^21.6b0" +black = "^22.1.0" isort = "^5.5.4" csvkit = "^1.0.5"