From 589515dd8e7ba24a99f0bad6bba828722378c2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:31:40 +0000 Subject: [PATCH] Update setuptools requirement in /src/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/v65.6.1...v68.2.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- src/bindings/python/wheel/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 2119033ff3e639..1129a515af4d70 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -10,7 +10,7 @@ pytest-timeout==2.1.0 # Python bindings py>=1.9.0 pygments>=2.8.1 -setuptools>=53.0.0,<=68.1.2 +setuptools>=53.0.0,<=68.2.1 wheel>=0.38.1 # Frontends diff --git a/src/bindings/python/wheel/requirements-dev.txt b/src/bindings/python/wheel/requirements-dev.txt index e011f059785e1e..d9241cbc5487c1 100644 --- a/src/bindings/python/wheel/requirements-dev.txt +++ b/src/bindings/python/wheel/requirements-dev.txt @@ -1,3 +1,3 @@ -setuptools>=65.6.1,<=68.1.2 +setuptools>=65.6.1,<=68.2.1 wheel>=0.38.1 patchelf<=0.17.2.1; sys_platform == 'linux' and platform_machine == 'x86_64'