From af08b25761b84e628531be64b22acd7aa25ec307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 09:55:08 +0000 Subject: [PATCH] Bump geoengine-openapi-client from 0.0.26 to 0.0.27 Bumps [geoengine-openapi-client](https://github.com/geo-engine/openapi-client) from 0.0.26 to 0.0.27. - [Commits](https://github.com/geo-engine/openapi-client/commits) --- updated-dependencies: - dependency-name: geoengine-openapi-client dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... 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..87aae699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = { file = "README.md", content-type = "text/markdown" } license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ - "geoengine-openapi-client == 0.0.26", + "geoengine-openapi-client == 0.0.27", "geopandas >=1.0,<2.0", "matplotlib >=3.5,<3.11", "numpy >=1.21,<2.4",