From f10323bdd44e354cf7a2ef947855a6f2d0e4ced0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:15:49 +0000 Subject: [PATCH] Update setuptools requirement from >=61.2 to >=82.0.1 in /python/geobrix 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/v61.2.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/geobrix/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/geobrix/pyproject.toml b/python/geobrix/pyproject.toml index dd8afe7..072f9a0 100644 --- a/python/geobrix/pyproject.toml +++ b/python/geobrix/pyproject.toml @@ -71,7 +71,7 @@ filterwarnings = [ ] [build-system] -requires = ["setuptools>=61.2", "wheel"] +requires = ["setuptools>=82.0.1", "wheel"] [tool.setuptools] include-package-data = false