From a5b39da7184f4e57c4b8a90a1872bc2c7bffa478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:48:08 +0000 Subject: [PATCH] :arrow_up: Update build requirement 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/1.1.1...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.build.txt b/requirements/requirements.build.txt index d3bf1b2..6c8866d 100644 --- a/requirements/requirements.build.txt +++ b/requirements/requirements.build.txt @@ -1,4 +1,4 @@ setuptools>=70.3.0,<83.0.0 wheel>=0.43.0,<1.0.0 -build>=1.1.1,<2.0.0 +build>=1.5.0,<2.0.0 twine>=6.0.1,<7.0.0