From 022ab8fd19a77e7a323baa96aa41352c624c2e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:41:39 +0000 Subject: [PATCH] Update build requirement from <1.3,>=1.0.3 to >=1.0.3,<1.5 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.0.3...1.4.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac2733a..0a195e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ requires = [ "setuptools>=61.0,<76.0", "wheel>=0.42.0,<0.46", "toml>=0.10.2,<0.11", - "build>=1.0.3,<1.3", + "build>=1.0.3,<1.5", ] build-backend = "setuptools.build_meta"