From 653004415516931c02ae3026ac4e2b046c4360cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:38:46 +0000 Subject: [PATCH] Bump setuptools from 78.1.1 to 83.0.0 in /interface/python_binding Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.1 to 83.0.0. - [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/v78.1.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- interface/python_binding/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/python_binding/requirements.txt b/interface/python_binding/requirements.txt index 2be5364d19..08f2758064 100644 --- a/interface/python_binding/requirements.txt +++ b/interface/python_binding/requirements.txt @@ -3,7 +3,7 @@ build==1.0.3 cffi==1.17.1 -setuptools==78.1.1 +setuptools==83.0.0 wheel>=0.38.4 sphinx==6.2.1 sphinx-rtd-theme==1.2.2