From 88a0a2a9b49a848543469e1800ce06a0681b852c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:39:17 +0100 Subject: [PATCH] Do not use pre-releases of `black` (#664) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b75f325..96d9244d 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_long_description() -> str: TESTS_REQUIRES = [ "bandit", - "black>=20.8b1", + "black>=22.12", "dash[testing]", "jsonschema", "mypy",