From 4d8c1c0c05a248bea6dd4e5abb5eb1597d3b0e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:34:55 +0000 Subject: [PATCH] chore(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.2...1.5.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.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 bf333e5..5bebd6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "build>=1.2.2,<1.5.0", + "build>=1.2.2,<1.6.0", "ruff>=0.12.2,<0.16.0", "sphinx>=7.3.7,<8.2.0", "scikit-learn>=1.5,<1.9", @@ -46,7 +46,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment" [tool.uv] dev-dependencies = [ - "build>=1.2.2,<1.5.0", + "build>=1.2.2,<1.6.0", "build>=1.2.2,<1.4.0", "ruff>=0.12.2,<0.16.0", "sphinx>=7.3.7,<8.2.0",