From ee44ffd251b3b5b1093ccb92da7ef287f55d4661 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 27 Jun 2026 00:42:54 +0000 Subject: [PATCH] [stubsabot] Bump geopandas to 1.1.4 Release: https://pypi.org/pypi/geopandas/1.1.4 Repository: https://github.com/geopandas/geopandas Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/geopandas Diff: https://github.com/geopandas/geopandas/compare/v1.1.3...v1.1.4 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `geopandas/base.py`, `geopandas/explore.py`, `geopandas/io/sql.py`, `geopandas/tools/overlay.py`. - Total lines of Python code added: 127. - Total lines of Python code deleted: 34. 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/geopandas/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/geopandas/METADATA.toml b/stubs/geopandas/METADATA.toml index 8682d2664017..35e3c34d4ae4 100644 --- a/stubs/geopandas/METADATA.toml +++ b/stubs/geopandas/METADATA.toml @@ -1,5 +1,5 @@ -version = "1.1.3" # Requires a version of numpy with a `py.typed` file +version = "1.1.4" dependencies = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"] upstream-repository = "https://github.com/geopandas/geopandas"