From 24a3c69d30a140442340c74a02e8b85c103772cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:11:34 +0000 Subject: [PATCH] chore(deps-dev): bump setuptools Bumps the python-dev group with 1 update in the / directory: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 81.0.0 to 82.0.1 - [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/v81.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b04a23..d69fc06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ Issues = "https://github.com/EPFL-ECEO/deepreefmap/issues" deepreefmap = "deepreefmap.cli.main:app" [build-system] -requires = ["setuptools>=77", "wheel"] +requires = ["setuptools>=82.0.1", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]