From 81a1747d1323e6594cca9bace313369340cbb597 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 27 Jun 2025 00:16:33 +0000 Subject: [PATCH] [stubsabot] Bump geopandas to 1.1.1 Release: https://pypi.org/pypi/geopandas/1.1.1 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.0.1...v1.1.1 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `geopandas/accessors.py`. - 0 files included in typeshed's stubs have been deleted. - 22 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 3359. - Total lines of Python code deleted: 1577. 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 a47a9a46e2e2..3029ebe886cb 100644 --- a/stubs/geopandas/METADATA.toml +++ b/stubs/geopandas/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.0.1" +version = "1.1.1" # Requires a version of numpy with a `py.typed` file requires = ["numpy>=1.20", "pandas-stubs<2.2.3.250527", "types-shapely", "pyproj"] upstream_repository = "https://github.com/geopandas/geopandas"