From 45ee36c24d1efb10d59ecefda6334a692e8d2245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:50:12 +0000 Subject: [PATCH] build(deps-dev): update build requirement 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8214826..d4a71ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ assets = [ "pyarrow>=17,<20", ] dev = [ - "build>=1.2,<2.0", + "build>=1.5.0,<2.0", "twine>=5.0,<7.0", ] all = [