From 79ab079f22ed4293cf1cad0f911a09dc8479548f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:06:12 +0000 Subject: [PATCH] fix(deps): update dependency setuptools to v75 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33b221f0..ec4ef6b5 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==70.1.1", + "setuptools==75.3.0", "uWSGI>=2.0.17", "wheel", "geopandas",