From 44b12aeb2b88d7bce46a5dd606d5e0b14f8319df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 19:14:22 +0000 Subject: [PATCH] Update dependency setuptools to >=69.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a11653..9c42f13 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>=69.2.0", "setuptools_scm[toml]>=8.0.4"] +requires = ["setuptools>=69.4.0", "setuptools_scm[toml]>=8.0.4"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]