From 08675a9b1032b150a08d6538c0dbd2601470317c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 05:06:21 +0000 Subject: [PATCH] Update setuptools requirement in /bindings/python 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/v70.0.0...v80.3.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index ec4cf490..8b939b52 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # ARROW-248, pin to less than 72.2. - "setuptools>=70,<72.2", + "setuptools>=70,<80.4", "cython>=3.0", # Needed for numpy headers. "numpy>=2.0",