From ce9e8d2b8c3cbb89fef281816b6708306ba39c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:33:25 +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.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 3edd658..9b9c82c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "build>=1.2.2,<1.6.0", + "build>=1.2.2,<1.7.0", "ruff>=0.12.2,<0.17.0", "mkdocs>=1.6,<2.0", "mkdocs-material>=9.5,<10.0", @@ -48,7 +48,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment" [tool.uv] dev-dependencies = [ - "build>=1.2.2,<1.6.0", + "build>=1.2.2,<1.7.0", "build>=1.2.2,<1.4.0", "ruff>=0.12.2,<0.17.0", "mkdocs>=1.6,<2.0",