From a7fd316c02b3fb362a4421b6300f8096e486dc42 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 20 May 2024 21:09:01 -0700 Subject: [PATCH] Revert pyproject.toml to appease poetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7c80f71..bd7df65d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ rich = ">=12.2.0, <14.0.0" tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt [tool.poetry.dev-dependencies] -black = { version = ">=23.11.0", allow-prereleases = true } +black = { version = ">=21.5b2", allow-prereleases = true } ipdb = "*" mkdocs = ">=1.4" parse-type = ">=0.6.0"