From 7814a1c376a9f77ac8de7713c6801e34dd9b6c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:52:36 +0000 Subject: [PATCH] Update build requirement from >=1.5.1 to >=1.6.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.5.1...1.6.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 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 232b653..6a35165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,11 +65,11 @@ test = [ "pytest>=8.0", ] release = [ - "build>=1.5.1", + "build>=1.6.0", "twine>=6.0", ] dev = [ - "build>=1.5.1", + "build>=1.6.0", "pytest>=8.0", "twine>=6.0", ]