From 4831caa087967107e9efe6f223ca9604ead0fb53 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 4 Apr 2025 00:14:40 +0000 Subject: [PATCH] [stubsabot] Bump shapely to 2.1.* Release: https://pypi.org/pypi/shapely/2.1.0 Repository: https://github.com/shapely/shapely Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/shapely Diff: https://github.com/shapely/shapely/compare/2.0.7...2.1.0 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `docs/code/coverage_simplify.py`, `docs/code/make_valid_methods.py`, `shapely/conftest.py`. - 0 files included in typeshed's stubs have been deleted. - 40 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 6181. - Total lines of Python code deleted: 2681. 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/shapely/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/shapely/METADATA.toml b/stubs/shapely/METADATA.toml index e12eb3f77a61..023f0b416b42 100644 --- a/stubs/shapely/METADATA.toml +++ b/stubs/shapely/METADATA.toml @@ -1,4 +1,4 @@ -version = "2.0.*" +version = "2.1.*" # Requires a version of numpy with a `py.typed` file requires = ["numpy>=1.20"] upstream_repository = "https://github.com/shapely/shapely"