From e35fdaea9b5d7e83e84840cbe0523f7475a61e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:08:44 +0000 Subject: [PATCH] build(deps): Update build requirement from <2.0,>=0.10.0 to >=1.4.4,<2.0 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.10.0...1.4.4) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_requirements.txt b/setup_requirements.txt index a5c4d18..1845dc6 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,2 +1,2 @@ tox>=4.4.2,<5 -build>=0.10.0,<2.0 +build>=1.4.4,<2.0