From 773e9d3dbd37135b280348b0b24e437283f0efad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:07:28 +0000 Subject: [PATCH] Update build requirement from >=1.3.0 to >=1.5.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/1.3.0...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.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 d43e874..11bf032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ extend-select = [ [dependency-groups] dev = [ - "build>=1.3.0", + "build>=1.5.0", "ruff>=0.14.10", "setuptools>=80.9.0", "setuptools-scm>=9.2.2",