Update dependency geopandas to >=1.1.2,<=1.1.2 [SECURITY] - autoclosed#567
Closed
renovate[bot] wants to merge 1 commit intodevelopfrom
Closed
Update dependency geopandas to >=1.1.2,<=1.1.2 [SECURITY] - autoclosed#567renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=1.0.0,<=1.1.2→>=1.1.2,<=1.1.2GitHub Vulnerability Alerts
CVE-2025-69662
SQL injection vulnerability in geopandas before v.1.1.2 allows an attacker to obtain sensitive information via the to_postgis()` function being used to write GeoDataFrames to a PostgreSQL database.
Release Notes
geopandas/geopandas (geopandas)
v1.1.2Compare Source
Bug fixes:
GeoDataFrame.from_featureswhen there is nopropertiesfield (#3599).read_fileandto_fileerrors (#3682)read_parquetwithto_pandas_kwargsfor complex (list/struct) arrow types (#3640)value_countson GeoSeries now preserves CRS in index (#3669)pyogriocannot be imported (#3682).read_parquetwithto_pandas_kwargsfor complex (list/struct) arrow types (#3640)..to_jsonnow provides a clearer error message when called on a GeoDataFrame without an active geometrycolumn (#3648).
del gdf["geometry"]now will downcast to apd.DataFrameif there are no geometry columns leftin the dataframe (#3648).
to_postgisvia geometry column name (#3681).v1.1.1Compare Source
Bug fixes:
overlaywithhow="identity"when input dataframes have columnnames that are equal (#3596).
v1.1.0Compare Source
Notes on dependencies:
are now the minimum required version for these dependencies.
Furthermore, the minimum tested version for optional dependencies has been updated to
fiona 1.8.21, scipy 1.9, matplotlib 3.7, mapclassify 2.5, folium 0.12 and
SQLAlchemy 2.0. Older versions of these libraries may continue to work, but are no longer
considered supported (#3371).
New features and improvements:
SpatialIndex.queryin a form of a dense or asparse boolean array. This adds optional dependency on
scipyfor the sparse output.Note that this also changes the previously undocumented behaviour of the
output_formatkeyword (#1674).
grid_sizeparameter tounion_allanddissolve(#3445).GeoDataFrame.plotnow supportspd.Indexas an input for thecolumnkeyword (#3463).disjoint_subsetunion algorithm forunion_allanddissolve(#3534).constrained_delaunay_trianglesmethod to GeoSeries/GeoDataFrame (#3552).to_pandas_kwargsargument tofrom_arrow,read_parquetandread_featherto allow better control of conversion of non-geometric Arrow data to DataFrames (#3466).
is_valid_coverageandinvalid_coverage_edgesto GeoSeries/GeoDataFrame toallow validation of polygonal coverage (#3545).
maximum_inscribed_circlemethod from shapely to GeoSeries/GeoDataFrame (#3544).minimum_clearance_linemethod from shapely to GeoSeries/GeoDataFrame (#3543).orient_polygonsmethod from shapely to GeoSeries/GeoDataFrame (#3559).methodandkeep_collapsedargument tomake_valid(#3548).simplify_coveragemethod for topological simplification of polygonal coveragesto GeoSeries/GeoDataFrame (#3541).
mandhas_mproperties,include_minget_coordinates) (#3561).geom_equals_identicalmethod exposingequals_identicalfrom shapely to GeoSeries/GeoDataFrame (#3560).does not directly indicate its support (#3572).
geopandas.accessorsmodule. Import this module to register apandas.Series.geoaccessor, which exposes GeoSeries methods via pandas'sextension mechanism (#3272).
overlaywithhow=identity(#3504).read_filewhen a GeoDataFrame or GeoSeries maskand/or the source dataset is missing a defined CRS (#3464).
Bug fixes:
to_geo_dictand__geo_interface__. (#3436).sample_pointsthat could occasionally result in non-uniform distribution (#3470).when layer is specified when using the mask or bbox keywords (#3378).
GroupBy.agg(#3368).geometrywhich are not(Geo)Series, but instead should be interpreted as column names, like Enums (#3384).
failed when
crswas provided (#3383).overlaywithkeep_geom_typereturns wrong results if theinput contains invalid geometries (#3395).
GeoDataFrames causing errors in
overlay(#3424).failed when
crswas provided (#3383).Deprecations and compatibility notes:
GeoSeries.selectmethod wrapping the pandasSeries.selectmethod has been removed.The upstream method no longer exists in all supported version of pandas (#3394).
geom_almost_equalsmethod has been removed. Usegeom_equals_exactinstead (#3522).v1.0.1Compare Source
Bug fixes:
explore()(#3360, #3364).Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.