From fd7b44dff9fb9e63add33f26b1ba21a977bcf8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:52:34 +0000 Subject: [PATCH] Update build requirement from >=1.5.0 to >=1.5.1 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.5.0...1.5.1) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a7925a..232b653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,11 +65,11 @@ test = [ "pytest>=8.0", ] release = [ - "build>=1.5.0", + "build>=1.5.1", "twine>=6.0", ] dev = [ - "build>=1.5.0", + "build>=1.5.1", "pytest>=8.0", "twine>=6.0", ]