Skip to content

Commit bb5652f

Browse files
authored
[geopandas] Update to 1.1.2 (#15170)
1 parent 1322304 commit bb5652f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/geopandas/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.1.1"
1+
version = "1.1.2"
22
# Requires a version of numpy with a `py.typed` file
33
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
44
upstream_repository = "https://github.com/geopandas/geopandas"

stubs/geopandas/geopandas/geodataframe.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
282282
def to_crs(self, crs: _ConvertibleToCRS | None, epsg: int, inplace: Literal[True]) -> None: ...
283283
def estimate_utm_crs(self, datum_name: str = "WGS 84") -> CRS: ...
284284
# def __getitem__(self, key): ...
285+
def __delitem__(self, key) -> None: ... # type: ignore[misc]
285286
# def __setitem__(self, key, value) -> None: ...
286287
def copy(self, deep: bool = True) -> Self: ... # type: ignore[misc]
287288
# def merge(self, *args, **kwargs) -> GeoDataFrame | pd.DataFrame: ...

0 commit comments

Comments
 (0)