From df5d9b4e43a8b94f9871ccae7a56ed680a1daf1e Mon Sep 17 00:00:00 2001 From: Chris Keele Date: Fri, 7 May 2021 10:42:43 -0700 Subject: [PATCH] Soften black dependency. Projects using black as a dependency and this library will no longer have to use the specific version of black that this library does. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d39350c1a..b8ef2cc26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ jinja2 = "^2.11.1" typer = "^0.3" colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"} shellingham = "^1.3.2" -black = "^21.4b0" +black = "*" isort = "^5.0.5" pyyaml = "^5.3.1" importlib_metadata = {version = "^2.0.0", python = "<3.8"}