Skip to content

Commit 60b3bc4

Browse files
chore(deps): update build requirement from ~=1.2.2 to >=1.2.2,<1.4.0 (#57)
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](pypa/build@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9e38e5 commit 60b3bc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626

2727
[project.optional-dependencies]
2828
dev = [
29-
"build~=1.2.2",
29+
"build>=1.2.2,<1.4.0",
3030
"ruff~=0.12.2",
3131
"sphinx~=7.3.7",
3232
"scikit-learn~=1.5.0",
@@ -43,7 +43,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment"
4343

4444
[tool.uv]
4545
dev-dependencies = [
46-
"build~=1.2.2",
46+
"build>=1.2.2,<1.4.0",
4747
"ruff~=0.12.2",
4848
"sphinx~=7.3.7",
4949
"scikit-learn~=1.5.0",

0 commit comments

Comments
 (0)