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