From 32af2e2c0578b77d38bb43db16ade8a5dc70d61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:45:47 +0000 Subject: [PATCH] chore(deps): update build requirement from ~=1.2.2 to >=1.2.2,<1.4.0 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.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfd1761..97d35cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "build~=1.2.2", + "build>=1.2.2,<1.4.0", "ruff~=0.12.2", "sphinx~=7.3.7", "scikit-learn~=1.5.0", @@ -43,7 +43,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment" [tool.uv] dev-dependencies = [ - "build~=1.2.2", + "build>=1.2.2,<1.4.0", "ruff~=0.12.2", "sphinx~=7.3.7", "scikit-learn~=1.5.0",