From b3f2bfa3a37433d986ce5ce0fa0af0c8b27ff729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:16:58 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v73 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 587ae21..9ec0ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ examples = [ "pandas>=2.0,<2.3", "rasterio~=1.3.6", "rasterstats>=0.18,<0.20", - "setuptools>=72.2.0,<72.3.0", + "setuptools>=73.0.1,<73.1.0", "SQLAlchemy~=2.0.9", "psycopg2", ]