Skip to content

Commit 3e8e3dd

Browse files
Update build requirement from <1.3,>=0.7 to >=0.7,<1.4
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@0.7.0...1.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 798243b commit 3e8e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Repository = "https://github.com/geo-engine/geoengine-python"
4242

4343
[project.optional-dependencies] # TODO: use [dependency-groups] in the future
4444
dev = [
45-
"build >=0.7,<1.3",
45+
"build >=0.7,<1.4",
4646
"mypy >=1.14,<2.0",
4747
"pdoc3 >=0.10,<0.12",
4848
"ruff >=0.12.3,<0.13", # formatter & linter

0 commit comments

Comments
 (0)