From 7b04d134d5dd208247720ac31f62aaac39996327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:06:23 +0000 Subject: [PATCH] Bump setuptools from 69.0.2 to 70.0.0 in /interface/python_binding Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.2 to 70.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/v69.0.2...v70.0.0) --- updated-dependencies: - dependency-name: setuptools 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 0a005b430d..0da9ab4a4b 100644 --- a/interface/python_binding/requirements.txt +++ b/interface/python_binding/requirements.txt @@ -3,7 +3,7 @@ build==1.0.3 cffi==1.15.1 -setuptools==69.0.2 +setuptools==70.0.0 wheel>=0.38.4 sphinx==6.2.1 sphinx-rtd-theme==1.2.2