From fbc2de55d32729221fc390e65501ec441989c920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:19:43 +0000 Subject: [PATCH] Update build requirement from >=1.2 to >=1.5.0 in /test_zig_project 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.2.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 +- test_zig_project/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07e5980..c5eb059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ data = [ [dependency-groups] maintain = [ - "build>=1.2", + "build>=1.5.0", "git-changelog>=2.5", "twine>=5.1", "yore>=0.3.3", diff --git a/test_zig_project/uv.lock b/test_zig_project/uv.lock index e5e5e27..1a3c2a4 100644 --- a/test_zig_project/uv.lock +++ b/test_zig_project/uv.lock @@ -442,7 +442,7 @@ docs = [ { name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=2.0" }, ] maintain = [ - { name = "build", specifier = ">=1.2" }, + { name = "build", specifier = ">=1.5.0" }, { name = "git-changelog", specifier = ">=2.5" }, { name = "twine", specifier = ">=5.1" }, { name = "yore", specifier = ">=0.3.3" },