From e4a44bcdb1cbef807778f0e7e45a52a350c14263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:22:36 +0000 Subject: [PATCH] Update setuptools requirement from >=40.8.0 to >=83.0.0 in /lang/py 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/v40.8.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lang/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/py/pyproject.toml b/lang/py/pyproject.toml index bc4e5d4bce8..b3381f6db1b 100644 --- a/lang/py/pyproject.toml +++ b/lang/py/pyproject.toml @@ -17,7 +17,7 @@ # Minimal pip build requirements: # https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support [build-system] -requires = ["setuptools>=40.8.0", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta" [tool.black]