From 2fdb695474ff14a13257789430a3ae634acada59 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 10 Aug 2026 00:16:38 +0000 Subject: [PATCH] [stubsabot] Bump rasterio to 1.5.1 Release: https://pypi.org/pypi/rasterio/1.5.1 Repository: https://github.com/rasterio/rasterio Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/rasterio Diff: https://github.com/rasterio/rasterio/compare/1.5.0...1.5.1 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `rasterio/serde.py`. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `rasterio/__init__.py`, `rasterio/_show_versions.py`, `rasterio/errors.py`, `rasterio/features.py`, `rasterio/io.py`, `rasterio/plot.py`, `rasterio/warp.py`. - Total lines of Python code added: 529. - Total lines of Python code deleted: 185. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/rasterio/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/rasterio/METADATA.toml b/stubs/rasterio/METADATA.toml index 1b0fd1d39342..fc3755c5870b 100644 --- a/stubs/rasterio/METADATA.toml +++ b/stubs/rasterio/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.5.0" +version = "1.5.1" upstream-repository = "https://github.com/rasterio/rasterio" requires-python = ">=3.12" dependencies = ["numpy>=2", "click>=8"]