From 3e8e3dd1e87ca0f0e9c13406b9de5c52aa6aaecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 09:55:15 +0000 Subject: [PATCH] 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](https://github.com/pypa/build/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c86b5f7..3b5c9bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Repository = "https://github.com/geo-engine/geoengine-python" [project.optional-dependencies] # TODO: use [dependency-groups] in the future dev = [ - "build >=0.7,<1.3", + "build >=0.7,<1.4", "mypy >=1.14,<2.0", "pdoc3 >=0.10,<0.12", "ruff >=0.12.3,<0.13", # formatter & linter