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