From d3286b29332468d49ca8cf81741baf8502d6e6d3 Mon Sep 17 00:00:00 2001 From: "Josef M. Gallmetzer" Date: Tue, 6 Aug 2024 08:53:39 +0200 Subject: [PATCH] chore: update setuptools dependency to version 70.0.0 due to pytest failing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da0b12..a880812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "yapf", "rich-argparse", "Cython", - "setuptools", + "setuptools==70.0.0", ] [project.optional-dependencies]