From 7e515a27c99d4259b9a5347eae2605cdd3c30d03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:25:01 +0000 Subject: [PATCH] fix(deps): update dependency setuptools to v76 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 728a2899..2ab9a4eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "redis>=2.10.6", "requests>=2.20.0", "rq>=0.10.0", - "setuptools==75.8.0", + "setuptools==76.0.0", "uWSGI>=2.0.17", "wheel", "geopandas",