From 8b5f839411d00496446f22b32cb74a73185a3b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:45:34 -0400 Subject: [PATCH] Update dependency setuptools to v41 (#1250) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 01b9b2885..d2a71cd2f 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=40.9.0", "wheel"] +requires = ["setuptools>=41.6.0", "wheel"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options]