From 1bf62ba6bb05039df7b2df789ad9f4adee8a035e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:01:31 +0000 Subject: [PATCH] fix(deps): update dependency setuptools to v75.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d17b1a00..d7a42cd3 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.3.0", + "setuptools==75.5.0", "uWSGI>=2.0.17", "wheel", "geopandas",