From b51425a9057ca446191838f07a9b18e0873b65e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:53:37 +0000 Subject: [PATCH] fix(deps): update dependency setuptools to v84 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3036088d..3db3bbb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ examples = [ "pandas>=2.3,<2.4", "rasterio~=1.5.0", "rasterstats>=0.20,<0.21", - "setuptools>=82.0.0,<82.1.0", + "setuptools>=84.0.0,<84.1.0", "SQLAlchemy~=2.0.9", "psycopg2", ]