Skip to content

Commit 4d8c1c0

Browse files
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](pypa/build@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] <support@github.com>
1 parent 8546e79 commit 4d8c1c0

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
@@ -27,7 +27,7 @@ dependencies = [
2727

2828
[project.optional-dependencies]
2929
dev = [
30-
"build>=1.2.2,<1.5.0",
30+
"build>=1.2.2,<1.6.0",
3131
"ruff>=0.12.2,<0.16.0",
3232
"sphinx>=7.3.7,<8.2.0",
3333
"scikit-learn>=1.5,<1.9",
@@ -46,7 +46,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment"
4646

4747
[tool.uv]
4848
dev-dependencies = [
49-
"build>=1.2.2,<1.5.0",
49+
"build>=1.2.2,<1.6.0",
5050
"build>=1.2.2,<1.4.0",
5151
"ruff>=0.12.2,<0.16.0",
5252
"sphinx>=7.3.7,<8.2.0",

0 commit comments

Comments
 (0)