From 2c576732f15e589b5859fb2b07613097c3e7b5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:52:49 +0000 Subject: [PATCH] Bump geoengine-openapi-client from 0.0.31 to 0.0.32 Bumps [geoengine-openapi-client](https://github.com/geo-engine/openapi-client) from 0.0.31 to 0.0.32. - [Commits](https://github.com/geo-engine/openapi-client/commits) --- updated-dependencies: - dependency-name: geoengine-openapi-client dependency-version: 0.0.32 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 91e4ebed..efcc3e0c 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.31", + "geoengine-openapi-client == 0.0.32", "geopandas >=1.0,<2.0", "matplotlib >=3.6,<3.11", "numpy >=1.23,<2.5",