From 2ee70bbd0edd7472daa0af666143d5b706274df8 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Thu, 21 Mar 2024 10:34:33 -0400 Subject: [PATCH] black version constraint is in two places. happy days. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 119c05b7..84684e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ rsconnect = "rsconnect.main:cli" [project.optional-dependencies] test = [ - "black==22.3.0", + "black==24.3.0", "coverage", "flake8-pyproject", "flake8",