From de4a27dad658bb6e341689a19146565009cef9db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 02:05:58 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v81 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb686a..ab31c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ examples = [ "pandas>=2.3,<2.4", "rasterio~=1.4.1", "rasterstats>=0.20,<0.21", - "setuptools>=80.10.2,<80.11.0", + "setuptools>=81.0.0,<81.1.0", "SQLAlchemy~=2.0.9", "psycopg2", ]