From 92cfedb3313122096cc672837fa8dc581056ccf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:18:16 +0000 Subject: [PATCH] Update build requirement from <1.5 to <1.6 in /src/bindings/python Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/0.0.1...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index a988d1a175d551..af377f334d30b9 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -8,7 +8,7 @@ pytest-html==4.2.0 pytest-timeout==2.4.0 # Python bindings -build<1.5 +build<1.6 pygments>=2.8.1 setuptools>=77,<80.10 sympy>=1.10