From 3b7a7b6bba64fe7b80df57597afd8a4e8f21b7e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:02:28 +0000 Subject: [PATCH] Update dependency setuptools to v69 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98cc38f..626867c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ documentation = "https://shaperglot.readthedocs.io" repository = "https://github.com/simoncozens/shaperglot" [build-system] -requires = ["setuptools>=45", "setuptools_scm[toml]>=8.0.4"] +requires = ["setuptools>=69.2.0", "setuptools_scm[toml]>=8.0.4"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]