dependabot[bot] opened a new pull request, #2575:
URL: https://github.com/apache/sedona/pull/2575

   Bumps the github-dependencies group in /docker with 1 update: 
[geopandas](https://github.com/geopandas/geopandas).
   
   Updates `geopandas` from 1.1.1 to 1.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/geopandas/geopandas/releases";>geopandas's 
releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.1.2</h2>
   <h2>What's Changed</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>Fix an issue that caused an error in 
<code>GeoDataFrame.from_features</code> when there is no 
<code>properties</code> field (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3599";>#3599</a>).</li>
   <li>Fix <code>read_file</code> and <code>to_file</code> errors (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3682";>#3682</a>)</li>
   <li>Fix <code>read_parquet</code> with <code>to_pandas_kwargs</code> for 
complex (list/struct) arrow types (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3640";>#3640</a>)</li>
   <li><code>value_counts</code> on GeoSeries now preserves CRS in index (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3669";>#3669</a>)</li>
   <li>Fix f-string placeholders appearing in error messages when 
<code>pyogrio</code> cannot be imported (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3682";>#3682</a>).</li>
   <li>Fix <code>read_parquet</code> with <code>to_pandas_kwargs</code> for 
complex (list/struct) arrow types (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3640";>#3640</a>).</li>
   <li><code>.to_json</code> now provides a clearer error message when called 
on a GeoDataFrame without an active geometry
   column (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3648";>#3648</a>).</li>
   <li>Calling <code>del gdf[&quot;geometry&quot;]</code> now will downcast to 
a <code>pd.DataFrame</code> if there are no geometry columns left
   in the dataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3648";>#3648</a>).</li>
   <li>Fix SQL injection in <code>to_postgis</code> via geometry column name 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3681";>#3681</a>).</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/geopandas/geopandas/compare/v1.1.1...v1.1.2";>https://github.com/geopandas/geopandas/compare/v1.1.1...v1.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md";>geopandas's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.1.2 (December 22, 2025)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>Fix an issue that caused an error in 
<code>GeoDataFrame.from_features</code> when there is no 
<code>properties</code> field (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3599";>#3599</a>).</li>
   <li>Fix <code>read_file</code> and <code>to_file</code> errors (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3682";>#3682</a>)</li>
   <li>Fix <code>read_parquet</code> with <code>to_pandas_kwargs</code> for 
complex (list/struct) arrow types (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3640";>#3640</a>)</li>
   <li><code>value_counts</code> on GeoSeries now preserves CRS in index (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3669";>#3669</a>)</li>
   <li>Fix f-string placeholders appearing in error messages when 
<code>pyogrio</code> cannot be imported (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3682";>#3682</a>).</li>
   <li>Fix <code>read_parquet</code> with <code>to_pandas_kwargs</code> for 
complex (list/struct) arrow types (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3640";>#3640</a>).</li>
   <li><code>.to_json</code> now provides a clearer error message when called 
on a GeoDataFrame without an active geometry
   column (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3648";>#3648</a>).</li>
   <li>Calling <code>del gdf[&quot;geometry&quot;]</code> now will downcast to 
a <code>pd.DataFrame</code> if there are no geometry columns left
   in the dataframe (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3648";>#3648</a>).</li>
   <li>Fix SQL injection in <code>to_postgis</code> via geometry column name 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3681";>#3681</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/81214bf9f3eaba9f5fdcfd141ae8d16fa17fd860";><code>81214bf</code></a>
 RLS: backport fixes for 1.1.2 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3693";>#3693</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/62dd4a2469bb6236b83fb91466a8183321da04da";><code>62dd4a2</code></a>
 COMPAT: pandas 3 refactor breaks <strong>finalize</strong> (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3611";>#3611</a>) 
(<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3621";>#3621</a>)</li>
   <li>See full diff in <a 
href="https://github.com/geopandas/geopandas/compare/v1.1.1...v1.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=geopandas&package-manager=pip&previous-version=1.1.1&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to