From 14b17e61050530aaf3c99ede244822e3691a7e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:16:00 +0000 Subject: [PATCH] Update rasterio requirement from >=1.3.0 to >=1.4.4 in /python/geobrix Updates the requirements on [rasterio](https://github.com/rasterio/rasterio) to permit the latest version. - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](https://github.com/rasterio/rasterio/compare/1.3.0...1.4.4) --- updated-dependencies: - dependency-name: rasterio dependency-version: 1.4.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/geobrix/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/geobrix/pyproject.toml b/python/geobrix/pyproject.toml index dd8afe7..da20246 100644 --- a/python/geobrix/pyproject.toml +++ b/python/geobrix/pyproject.toml @@ -38,7 +38,7 @@ dev = [ test = [ "pytest>=7.0", "shapely>=2.0.0", - "rasterio>=1.3.0", + "rasterio>=1.4.4", "numpy>=1.24.0", ] # For sample-data bundle uploads to Unity Catalog Volumes and gbx:test:bundle-databricks