From 767bbce04699d17bd0e27e1b81a85144e940422a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:02:53 +0000 Subject: [PATCH] chore(deps): update setuptools requirement Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v75.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b89ccfb..8f7aa1e 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>=73.0.1,<73.1.0", + "setuptools>=73.0.1,<75.2.0", "SQLAlchemy~=2.0.9", "psycopg2", ]