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

   Bumps the pip-dependencies group with 5 updates in the /docker directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [geopandas](https://github.com/geopandas/geopandas) | `1.1.2` | `1.1.3` |
   | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.1` | `4.5.6` 
|
   | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.2` |
   | [pydeck](https://github.com/visgl/deck.gl) | `0.9.1` | `0.9.2` |
   | [rasterio](https://github.com/rasterio/rasterio) | `1.4.4` | `1.5.0` |
   
   
   Updates `geopandas` from 1.1.2 to 1.1.3
   <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.3</h2>
   <h2>What's Changed</h2>
   <p>This release addresses a handful of small compatibility issues with 
pandas 3.0 and backports some bugfixes.</p>
   <p>Bug fixes:</p>
   <ul>
   <li>Improved compatibility with pandas 3.0 Copy-on-Write feature, making use 
of deferred copies where possible (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3298";>#3298</a>, 
<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3711";>#3711</a>).</li>
   <li>Fix <code>GeoSeries.sample_points</code> not accepting list-like 
<code>size</code> when generating points using
   <code>pointpaterns</code> (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3710";>#3710</a>).</li>
   <li>Fix <code>from_wkt/wkb</code> to correctly handle missing values with 
pandas 3 (where the new <code>str</code> dtype is used) (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3714";>#3714</a>).</li>
   <li>Fix <code>to_postgis</code> to correctly handle missing values with 
pandas 3 (where the new <code>str</code> dtype is used) (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3722";>#3722</a>).</li>
   <li>Using <code>loc</code> to assign column values to a new row index now 
correctly preserves the column CRS and geometry dtype
   on pandas 3.1, due to an upstream bug fix (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3741";>#3741</a>, 
Pandas <a 
href="https://redirect.github.com/geopandas/geopandas/issues/62523";>#62523</a>)</li>
   <li>Random states in <code>pointpats</code> methods of 
<code>sample_points</code> can now be fixed with <code>rng</code> (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3737";>#3737</a>).</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3";>https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3</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.3 (March 10, 2026)</h2>
   <p>This release addresses a handful of small compatibility issues with 
pandas 3.0 and backports some bugfixes.</p>
   <p>Bug fixes:</p>
   <ul>
   <li>Improved compatibility with pandas 3.0 Copy-on-Write feature, making use 
of deferred copies where possible (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3298";>#3298</a>, 
<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3711";>#3711</a>).</li>
   <li>Fix <code>GeoSeries.sample_points</code> not accepting list-like 
<code>size</code> when generating points using
   <code>pointpaterns</code> (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3710";>#3710</a>).</li>
   <li>Fix <code>from_wkt/wkb</code> to correctly handle missing values with 
pandas 3 (where the new <code>str</code> dtype is used) (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3714";>#3714</a>).</li>
   <li>Fix <code>to_postgis</code> to correctly handle missing values with 
pandas 3 (where the new <code>str</code> dtype is used) (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3722";>#3722</a>).</li>
   <li>Using <code>loc</code> to assign column values to a new row index now 
correctly preserves the column CRS and geometry dtype
   on pandas 3.1, due to an upstream bug fix (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3741";>#3741</a>, 
Pandas <a 
href="https://redirect.github.com/geopandas/geopandas/issues/62523";>#62523</a>)</li>
   <li>Random states in <code>pointpats</code> methods of <code>sample_points`` 
can now be fixed with </code>rng` (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3737";>#3737</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/f5fe3ff5f0e473603cd0e81673d9f1f300f4975d";><code>f5fe3ff</code></a>
 RLS: v1.1.3</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/c1046702f4444659cb9cf3d8cb389ecd45c35e3c";><code>c104670</code></a>
 pointpats &lt;2.5.3 test compat</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/af36b140f911641e9a7909e3be76e766d7383c22";><code>af36b14</code></a>
 ENH: add <code>pointpats</code> as an optional dependency &amp; pass in 
<code>rng</code> (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3737";>#3737</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/d9ed84a9d4e33524498eac197d11ece3ba67637e";><code>d9ed84a</code></a>
 COMPAT: fix failing test for loc concatenation crs preservation with pandas 
3...</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/1b1ddc23796bbe06589f2262d548219d0b065daf";><code>1b1ddc2</code></a>
 MAINT: use trusted publishing for releasing to PyPI (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3734";>#3734</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/8d0c05dbd588031f9c10913b3302b2d347dc9e8e";><code>8d0c05d</code></a>
 changelog</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/a424f1750945bcc9a6c6122c7aca8b0829202201";><code>a424f17</code></a>
 Avoid returning deep copies with pandas 3.0 (with Copy-on-Write) (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3298";>#3298</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/03fa43e9029ced09314b915277309e7fee7097ba";><code>03fa43e</code></a>
 MAINT: cleanup release warning for project.license table (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3603";>#3603</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/29fdb3057195aa4cb7adbd771425e3a47ad52b66";><code>29fdb30</code></a>
 CI: remove usage of PANDAS_FUTURE_INFER_STRINGS=0 (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3715";>#3715</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/9070e1346fc070ee077cb7027f6fa7737391402e";><code>9070e13</code></a>
 missing changelog entries</li>
   <li>Additional commits viewable in <a 
href="https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jupyterlab` from 4.5.1 to 4.5.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jupyterlab/jupyterlab/releases";>jupyterlab's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.5.6</h2>
   <h2>4.5.6</h2>
   <p>(<a 
href="https://github.com/jupyterlab/jupyterlab/compare/v4.5.5...a6dda8829b2d6b670de634081d26c1a39be145c4";>Full
 Changelog</a>)</p>
   <h3>Bugs fixed</h3>
   <ul>
   <li>Replace scrollback implementation with scroll anchoring outside of 
<code>full</code> windowing mode <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18522";>#18522</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   <li>Harmonize translation wrappers in Python files to use 
<code>gettext</code> methods <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18597";>#18597</a> 
(<a href="https://github.com/tmetzl";><code>@​tmetzl</code></a>)</li>
   <li>Remove unimplemented <code>filebrowser:search</code> command <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18593";>#18593</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   <li>Fix status bar focus outlines <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18585";>#18585</a> 
(<a 
href="https://github.com/IsabelParedes";><code>@​IsabelParedes</code></a>)</li>
   <li>Fix <code>filebrowser:create-new-file</code> context menu selector <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18588";>#18588</a> 
(<a href="https://github.com/jtpio";><code>@​jtpio</code></a>)</li>
   <li>Fix single-character code blocks rendering as empty <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18572";>#18572</a> 
(<a 
href="https://github.com/soniya-malviy";><code>@​soniya-malviy</code></a>)</li>
   <li>Hide <code>code</code> input in <code>CodeConsole</code> when configured 
<a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18554";>#18554</a> 
(<a 
href="https://github.com/agriyakhetarpal";><code>@​agriyakhetarpal</code></a>)</li>
   </ul>
   <h3>Maintenance and upkeep improvements</h3>
   <ul>
   <li>Update benchmark snapshots even if base snapshots require changes <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18549";>#18549</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <p>The following people contributed discussions, new ideas, code and 
documentation contributions, and review.
   See <a 
href="https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports";>our
 definition of contributors</a>.</p>
   <p>(<a 
href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2026-02-23&amp;to=2026-03-11&amp;type=c";>GitHub
 contributors page for this release</a>)</p>
   <p><a 
href="https://github.com/agriyakhetarpal";><code>@​agriyakhetarpal</code></a> 
(<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aagriyakhetarpal+updated%3A2026-02-23..2026-03-11&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/IsabelParedes";><code>@​IsabelParedes</code></a> 
(<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AIsabelParedes+updated%3A2026-02-23..2026-03-11&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/jtpio";><code>@​jtpio</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2026-02-23..2026-03-11&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/krassowski";><code>@​krassowski</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2026-02-23..2026-03-11&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/soniya-malviy";><code>@​soniya-malviy<
 /code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Asoniya-malviy+updated%3A2026-02-23..2026-03-11&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/tmetzl";><code>@​tmetzl</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atmetzl+updated%3A2026-02-23..2026-03-11&amp;type=Issues";>activity</a>)</p>
   <h2>v4.5.5</h2>
   <h2>4.5.5</h2>
   <p>(<a 
href="https://github.com/jupyterlab/jupyterlab/compare/v4.5.4...4a223c0dbe53f47f03cdff3573fd7e9ccbb2605b";>Full
 Changelog</a>)</p>
   <h3>Bugs fixed</h3>
   <ul>
   <li>Fix theme settings broken in non-English locales <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18530";>#18530</a> 
(<a 
href="https://github.com/apoorvdarshan";><code>@​apoorvdarshan</code></a>)</li>
   <li>Fix comms subshell resource management on disposal and when changing 
settings <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18531";>#18531</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   <li>Upgrade <code>@codemirror/view</code>, fixing slow selection when line 
wrapping is enabled <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18479";>#18479</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   <li>Only turn off overflow anchor when windowing is active <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18503";>#18503</a> 
(<a href="https://github.com/jasongrout";><code>@​jasongrout</code></a>)</li>
   <li>Fix table of contents navigation for Markdown files <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18411";>#18411</a> 
(<a href="https://github.com/itsmevichu";><code>@​itsmevichu</code></a>)</li>
   </ul>
   <h3>Maintenance and upkeep improvements</h3>
   <ul>
   <li>Update to marked 17.0.2 and mermaid 11.12.3 <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18532";>#18532</a> 
(<a href="https://github.com/bollwyvl";><code>@​bollwyvl</code></a>, <a 
href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/e514705afbea2a1096fa2ffe48489c195ff1a4d2";><code>e514705</code></a>
 [ci skip] Publish 4.5.6</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/a6dda8829b2d6b670de634081d26c1a39be145c4";><code>a6dda88</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18522";>#18522</a>
 on branch 4.5.x (Replace scrollback implementation with sc...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/4a28719c1701ccfa31ab282da38a49159cbcb82e";><code>4a28719</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18597";>#18597</a>
 on branch 4.5.x (Harmonize translation wrappers in Python ...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/1714c4ab61d14f4cd1a89b726336a9e490170fd6";><code>1714c4a</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18593";>#18593</a>
 on branch 4.5.x (Remove unimplemented <code>filebrowser:search</code>...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/3624bbea0ccc6657aacc339da1550aa3d3c8c790";><code>3624bbe</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18585";>#18585</a>
 on branch 4.5.x (Fix status bar focus outlines) (<a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18590";>#18590</a>)</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/bf99d9d1e9dfb459092d85a7cf8e29fe8404d283";><code>bf99d9d</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18588";>#18588</a>
 on branch 4.5.x (Fix <code>filebrowser:create-new-file</code> context...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/5b6dee951eee70f8806ef4a18c6a4e20c0cf5778";><code>5b6dee9</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18572";>#18572</a>
 on branch 4.5.x (Fix single-character code blocks renderin...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/da80d67c2805d10708a1914628c00ee983d57793";><code>da80d67</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18554";>#18554</a>
 on branch 4.5.x (Hide <code>code</code> input in <code>CodeConsole</code> when 
c...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/5267a8c4f68366155f1e44e3e7a14c8c9d850076";><code>5267a8c</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18549";>#18549</a>
 on branch 4.5.x (Update benchmark snapshots even if base s...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/72d29f47eb557c5ee9986a24ac39cc411e6f9ed6";><code>72d29f4</code></a>
 [ci skip] Publish 4.5.5</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pandas` from 2.3.3 to 3.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pandas-dev/pandas/releases";>pandas's 
releases</a>.</em></p>
   <blockquote>
   <h2>pandas 3.0.2</h2>
   <p>We are pleased to announce the release of pandas 3.0.2.
   This is a patch release in the 3.0.x series and includes some regression 
fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to 
this version.</p>
   <p>See the <a 
href="https://pandas.pydata.org/docs/dev/whatsnew/v3.0.2.html";>full 
whatsnew</a> for a list of all the changes.</p>
   <p>Pandas 3.0 supports Python 3.11 and higher.
   The release can be installed from PyPI:</p>
   <pre><code>python -m pip install --upgrade pandas==3.0.*
   </code></pre>
   <p>Or from conda-forge</p>
   <pre><code>conda install -c conda-forge pandas=3.0
   </code></pre>
   <p>Please report any issues with the release on the <a 
href="https://github.com/pandas-dev/pandas/issues";>pandas issue tracker</a>.</p>
   <p>Thanks to all the contributors who made this release possible.</p>
   <h2>pandas 3.0.1</h2>
   <p>We are pleased to announce the release of pandas 3.0.1.
   This is a patch release in the 3.0.x series and includes some regression 
fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to 
this version.</p>
   <p>See the <a 
href="https://pandas.pydata.org/docs/dev/whatsnew/v3.0.1.html";>full 
whatsnew</a> for a list of all the changes.</p>
   <p>Pandas 3.0.0 supports Python 3.11 and higher.
   The release can be installed from PyPI:</p>
   <pre><code>python -m pip install --upgrade pandas==3.0.*
   </code></pre>
   <p>Or from conda-forge</p>
   <pre><code>conda install -c conda-forge pandas=3.0
   </code></pre>
   <p>Please report any issues with the release on the <a 
href="https://github.com/pandas-dev/pandas/issues";>pandas issue tracker</a>.</p>
   <p>Thanks to all the contributors who made this release possible.</p>
   <h2>pandas 3.0.0</h2>
   <p>We are pleased to announce the release of pandas 3.0.0, a major release 
from the pandas 2.x series. This release includes various new features, bug 
fixes, and performance improvements, as well as possible breaking changes.</p>
   <p>The pandas 3.0 release removed a functionality that was deprecated in 
previous releases. It is recommended to first upgrade to pandas 2.3 and to 
ensure your code is working without warnings, before upgrading to pandas 
3.0.</p>
   <p>Highlights include:</p>
   <ul>
   <li><a 
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype";>Dedicated
 string data type by default</a></li>
   <li><a 
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write";>Consistent
 copy/view behaviour with Copy-on-Write</a> (CoW) (a.k.a. getting rid of the 
SettingWithCopyWarning)</li>
   <li><a 
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference";>New
 default resolution for datetime-like data</a></li>
   <li><a 
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col";>Initial
 support for the new <code>pd.col</code> syntax</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/ab90747e3dae0e69b1bdbf083820b8075689b34b";><code>ab90747</code></a>
 RLS: 3.0.2 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64934";>#64934</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/6f270137a27f8de4bd1afd7d71220e0760429750";><code>6f27013</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64931";>#64931</a> on 
branch 3.0.x (DOC/BLD: temporary disable upload of docs...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/48ddc60d6efe8d942dbe1495dea725a9d7db15ef";><code>48ddc60</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64664";>#64664</a> on 
branch 3.0.x (BUG: DataFrame.sum() crashes on empty Dat...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/8774488df19d0859ddc05a24210783b66da27ef7";><code>8774488</code></a>
 [backport 3.0.x] PERF: fix slow python loop in validation for 
ArrowStringArra...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/33af6cc04ed6331c23a49655c4c7bb8f90351da3";><code>33af6cc</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64133";>#64133</a> on 
branch 3.0.x (BUG: str.find returns byte offset instead...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/4ef49d815aae99b6ba5627ab0a54ba0819336652";><code>4ef49d8</code></a>
 [backport 3.0.x] BUG: fix convert_dtypes dropping values from sliced 
mixed-dt...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/0668f3451120e5552cdc8cf5d85f6d1238ce4e12";><code>0668f34</code></a>
 [backport 3.0.x] BUG: Fix HDFStore.put with StringDtype columns and 
compressi...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/23f2f442ea1af6deddfefef2a4a1e4cb44328c3d";><code>23f2f44</code></a>
 [backport 3.0.x] BUG: Suppress unnecessary RuntimeWarning in to_datetime 
with...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/83ba804de35ec98798d31474d044cff7666bebd6";><code>83ba804</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64886";>#64886</a>: 
BUG: Compute Variance of Complex Numbers Correctly (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64892";>#64892</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/bb5ca1a7a96130fa0e8e2a3987c051e4473f7792";><code>bb5ca1a</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/64386";>#64386</a> on 
branch 3.0.x (BUG: fix sort_index AssertionError with R...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pydeck` from 0.9.1 to 0.9.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/visgl/deck.gl/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rasterio` from 1.4.4 to 1.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rasterio/rasterio/releases";>rasterio's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.5.0</h2>
   <h3>Dependencies:</h3>
   <ul>
   <li>Minimum supported versions: Python 3.12+, GDAL 3.8+, &amp; numpy 2+ (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3465";>#3465</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3467";>#3467</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3468";>#3468</a>)</li>
   <li>Vendor click-plugins (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3367";>#3367</a>)</li>
   </ul>
   <h3>Enhancements:</h3>
   <ul>
   <li>Add float16 dtype (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3469";>#3469</a>)</li>
   <li>rasterio.cache: Add invalidate() and invalidate_all() for invalidation 
of responses in Rasterio's HTTP cache (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3276";>#3276</a>).</li>
   <li>rasterio.crs: The CRS class has a new, lazily computed, geodetic_crs 
property (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3218";>#3218</a>)</li>
   <li>rasterio.enum: Add Interleaving.tile (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3479";>#3479</a>)</li>
   <li>rasterio.features.shapes: float64 fully supported GDAL 3.12.1 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3477";>#3477</a>)</li>
   <li>rasterio.features.shapes: Add uint32,uint64,int64 dtypes &amp; warn for 
possible truncation (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3456";>#3456</a>)</li>
   <li>rasterio.plot.show: Add indexes &amp; percent_range parameters to handle 
rgb image missing color interpretation &amp; enable histogram stretching (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3171";>#3171</a>)</li>
   <li>rasterio.warp.reproject: Modify tolerance to be an argument in (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3325";>#3325</a>)</li>
   <li>Move project metadata to pyproject.toml (PEP 621) (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3430";>#3430</a>)</li>
   <li>Use Lapack solve to more accurately compute affine reverse transforms 
(<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3315";>#3315</a>)</li>
   <li>rasterio.open: Add thread_safe parameter (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3496";>#3496</a>)</li>
   <li>rasterio.session: Add support for additional Azure credentials (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3482";>#3482</a>)</li>
   </ul>
   <h3>Bug fixes:</h3>
   <ul>
   <li>Ensure dataset can be closed multiple times (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3480";>#3480</a>)</li>
   <li>Remove duplicate dataset cleanup (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3473";>#3473</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3366";>#3366</a>)</li>
   <li>Use rasterio &amp; numpy dtypes internally instead of strings (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3472";>#3472</a>)</li>
   <li>Use context manager for MemoryDataset (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3461";>#3461</a>)</li>
   <li>rasterio.warp: Don't fill masked output when reprojecting (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3471";>#3471</a>)</li>
   <li>rasterio.warp: Filter GDALCreateGenImgProjTransformer2 options (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3460";>#3460</a>)</li>
   <li>rasterio.show_versions: Use importlib.metadata.version (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3488";>#3488</a>)</li>
   <li>Static GDAL runtime version check (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3487";>#3487</a>)</li>
   <li>Use GDAL open flag constants (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3494";>#3494</a>)</li>
   <li>Documentation (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3459";>#3459</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3458";>#3458</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3455";>#3455</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3346";>#3346</a>)</li>
   <li>Tests (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3429";>#3429</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3502";>#3502</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3501";>#3501</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3498";>#3498</a>)</li>
   <li>Code linting (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3457";>#3457</a>)</li>
   </ul>
   <h3>Deprecations:</h3>
   <ul>
   <li>rasterio.warp.transform_geom: Deprecate antimeridian_cutting &amp; 
antimeridian_offset (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3474";>#3474</a>)</li>
   </ul>
   <h3>Packaging notes:</h3>
   <ul>
   <li>Wheel: GDAL 3.12.1 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3491";>#3491</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3493";>#3493</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3497";>#3497</a>)</li>
   <li>Search for GDAL installation path on Windows (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3498";>#3498</a>)</li>
   </ul>
   <p><strong><a 
href="https://github.com/rasterio/rasterio/blob/1.5.0/ci/config.sh#L1-L25";>Full 
list of software versions</a></strong></p>
   <h2>Contributors</h2>
   <ul>
   <li><a href="https://github.com/a-gn";><code>@​a-gn</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rasterio/rasterio/blob/main/CHANGES.txt";>rasterio's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.5.0 (2026-01-05)</h2>
   <p>Dependencies:</p>
   <ul>
   <li>Minimum supported versions: Python 3.12+, GDAL 3.8+, &amp; numpy 2+ (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3465";>#3465</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3467";>#3467</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3468";>#3468</a>)</li>
   <li>Vendor click-plugins (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3367";>#3367</a>)</li>
   </ul>
   <p>Enhancements:</p>
   <ul>
   <li>Add float16 dtype (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3469";>#3469</a>)</li>
   <li>rasterio.cache: Add invalidate() and invalidate_all() for invalidation 
of responses in Rasterio's HTTP cache (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3276";>#3276</a>).</li>
   <li>rasterio.crs: The CRS class has a new, lazily computed, geodetic_crs 
property (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3218";>#3218</a>)</li>
   <li>rasterio.enum: Add Interleaving.tile (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3479";>#3479</a>)</li>
   <li>rasterio.features.shapes: float64 fully supported GDAL 3.12.1 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3477";>#3477</a>)</li>
   <li>rasterio.features.shapes: Add uint32,uint64,int64 dtypes &amp; warn for 
possible truncation (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3456";>#3456</a>)</li>
   <li>rasterio.plot.show: Add indexes &amp; percent_range parameters to handle 
rgb image missing color interpretation &amp; enable histogram stretching (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3171";>#3171</a>)</li>
   <li>rasterio.warp.reproject: Modify tolerance to be an argument in (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3325";>#3325</a>)</li>
   <li>Move project metadata to pyproject.toml (PEP 621) (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3430";>#3430</a>)</li>
   <li>Use Lapack solve to more accurately compute affine reverse transforms 
(<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3315";>#3315</a>)</li>
   <li>rasterio.open: Add thread_safe parameter (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3496";>#3496</a>)</li>
   <li>rasterio.session: Add support for additional Azure credentials (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3482";>#3482</a>)</li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li>Ensure dataset can be closed multiple times (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3480";>#3480</a>)</li>
   <li>Remove duplicate dataset cleanup (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3473";>#3473</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3366";>#3366</a>)</li>
   <li>Use rasterio &amp; numpy dtypes internally instead of strings (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3472";>#3472</a>)</li>
   <li>Use context manager for MemoryDataset (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3461";>#3461</a>)</li>
   <li>rasterio.warp: Don't fill masked output when reprojecting (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3471";>#3471</a>)</li>
   <li>rasterio.warp: Filter GDALCreateGenImgProjTransformer2 options (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3460";>#3460</a>)</li>
   <li>rasterio.show_versions: Use importlib.metadata.version (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3488";>#3488</a>)</li>
   <li>Static GDAL runtime version check (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3487";>#3487</a>)</li>
   <li>Use GDAL open flag constants (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3494";>#3494</a>)</li>
   <li>Documentation (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3459";>#3459</a>, 
3458, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3455";>#3455</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3346";>#3346</a>)</li>
   <li>Tests (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3429";>#3429</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3502";>#3502</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3501";>#3501</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3498";>#3498</a>)</li>
   <li>Code linting (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3457";>#3457</a>)</li>
   </ul>
   <p>Deprecations:</p>
   <ul>
   <li>rasterio.warp.transform_geom: Deprecate antimeridian_cutting &amp; 
antimeridian_offset (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3474";>#3474</a>)</li>
   </ul>
   <p>Packaging notes:</p>
   <ul>
   <li>Wheel: GDAL 3.12.1 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3491";>#3491</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3493";>#3493</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3497";>#3497</a>)</li>
   <li>Search for GDAL installation path on Windows (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3498";>#3498</a>)</li>
   </ul>
   <p>Full list of software versions: <a 
href="https://github.com/rasterio/rasterio/blob/1.5.0/ci/config.sh#L1-L25";>https://github.com/rasterio/rasterio/blob/1.5.0/ci/config.sh#L1-L25</a></p>
   <p>Full Changelog: <a 
href="https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0";>https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/8286da37f6664f28cdabba4d0ac5fef64e4a77c1";><code>8286da3</code></a>
 MNT: Version 1.5.0</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/6bcb46b9b284a511008921887c1a9060a956246f";><code>6bcb46b</code></a>
 MNT: version 1.5rc1</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/af426f99da246291aef9a8a34e940384cbe157aa";><code>af426f9</code></a>
 CLN: Use -_GDAL_AT_LEAST_3_11 from rasterio.env (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3503";>#3503</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/52c9c8691423aa1125ac92181ff9f7d7f3d3db01";><code>52c9c86</code></a>
 Drop click-plugins dependency from pyproject.toml &amp; update doc link. (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3504";>#3504</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/cb961c8dde14256f4ee38ce020d8020530202603";><code>cb961c8</code></a>
 MNT: version 1.5rc0</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/cefcb7ec8de7c60c6451201f5c5536b1b94a8c13";><code>cefcb7e</code></a>
 DOC: Update changelog</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/92be526a0242014aac17d762378093cbdeebcea4";><code>92be526</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3498";>#3498</a></li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/b22bd6627bc227ae9cde0c967a6187ce998b05f9";><code>b22bd66</code></a>
 CI: Remove unsupported pip option (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3030";>#3030</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/3241ae396beb8675502100d9e456a89d8d514277";><code>3241ae3</code></a>
 TST: Also skip memfile thread_safe test on macOS (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3030";>#3030</a>, <a 
href="https://redirect.github.com/rasterio/rasterio/issues/3499";>#3499</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/cbd7eb0b55b4934b671af8ab5ccfd66f38640010";><code>cbd7eb0</code></a>
 TST: Remove red overview before moving green one to it (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3030";>#3030</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rasterio/rasterio/compare/1.4.4...1.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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