From c898c8e21db07b63c4d98a41ad5a18318492781d Mon Sep 17 00:00:00 2001 From: Henrik Date: Wed, 17 Apr 2024 22:59:27 +0200 Subject: [PATCH] Update black --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89ed589..0a9ace3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,6 @@ license = {file = "LICENSE.txt"} version = {attr = "camilladsp.camilladsp.VERSION"} [project.optional-dependencies] -dev = ["black >= 23.0.0", "pylint >= 2.17", "mypy >= 1.0", "pytest >= 7.0"] +dev = ["black >= 24.0.0", "pylint >= 2.17", "mypy >= 1.0", "pytest >= 7.0"] docs = ["mkdocs", "mkdocs-material", "mkdocstrings"]