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

   Bumps the pip-dependencies group with 6 updates in the /docker directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [geopandas](https://github.com/geopandas/geopandas) | `1.1.3` | `1.1.4` |
   | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.6.2` | `4.6.3` 
|
   | [jupyterlab-widgets](https://github.com/jupyter-widgets/ipywidgets) | 
`3.0.16` | `3.0.17` |
   | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.5` |
   | [pydeck](https://github.com/visgl/deck.gl) | `0.9.2` | `0.9.3` |
   | [rasterio](https://github.com/rasterio/rasterio) | `1.5.0` | `1.5.1` |
   
   
   Updates `geopandas` from 1.1.3 to 1.1.4
   <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.4</h2>
   <h2>What's Changed</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>Further hardening of <code>to_postgis</code> against SQL injection (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3800";>#3800</a>).</li>
   <li>Ensure that points generated by <code>sample_points</code> are not 
sorted along x-axis (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3773";>#3773</a>).</li>
   <li>Fix <code>GeoDataFrame.explore()</code> ignoring custom 
<code>legend_kwds={&quot;labels&quot;: ...}</code> for categorical and boolean 
columns (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3496";>#3496</a>).</li>
   <li>More graceful handling of <code>keep_geom_type</code> in the 
<code>overlay()</code> function with empty input (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3745";>#3745</a>).</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/geopandas/geopandas/compare/v1.1.3...v1.1.4";>https://github.com/geopandas/geopandas/compare/v1.1.3...v1.1.4</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/geopandas/geopandas/blob/v1.1.4/CHANGELOG.md";>geopandas's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.1.4 (June 26, 2026)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>Further hardening of <code>to_postgis</code> against SQL injection (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3800";>#3800</a>).</li>
   <li>Ensure that points generated by <code>sample_points</code> are not 
sorted along x-axis (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3773";>#3773</a>).</li>
   <li>Fix <code>GeoDataFrame.explore()</code> ignoring custom 
<code>legend_kwds={&quot;labels&quot;: ...}</code>
   for categorical and boolean columns (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3496";>#3496</a>).</li>
   <li>More graceful handling of <code>keep_geom_type</code> in the 
<code>overlay()</code> function with
   empty input (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3745";>#3745</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/91ec4af3c502be268ee147a3a832387534c0be3d";><code>91ec4af</code></a>
 RLS: v1.1.4</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/b5d685fa127ea0cdcc0d0d41ab6eca4f10b14cf1";><code>b5d685f</code></a>
 DOC: add changelog for 1.1.4</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/158d993916f97d91af1972ad93c29b09687a916f";><code>158d993</code></a>
 BUG: further to_postgis hardening (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3800";>#3800</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/ce959306f1f6c23abfbf4023d2c107f875ddd65f";><code>ce95930</code></a>
 BUG: honor legend_kwds[&quot;labels&quot;] for categorical and boolean columns 
in explo...</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/22bf845492a6c4f9055bb00cc58c24bc770b46eb";><code>22bf845</code></a>
 BUG: overlay with empty input handles keep geom dtype gracefully (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3745";>#3745</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/866a7f02d0e5f7a651486384840654d047b9b373";><code>866a7f0</code></a>
 BUG: ensure that points from random sampling are not sorted (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3773";>#3773</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/76b16cad9379e5fc55d46430bbdf13443610b74d";><code>76b16ca</code></a>
 DOC: update Code of Conduct reporting form link (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3794";>#3794</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/3a04a5cc89ac348a82e7461b77fc536ab4feb02c";><code>3a04a5c</code></a>
 switch to NumFOCUS Code of Conduct (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3671";>#3671</a>)</li>
   <li><a 
href="https://github.com/geopandas/geopandas/commit/6fedb19ae830f1219b2f1b14a7b0cbe5a6d6a3e2";><code>6fedb19</code></a>
 BLD: setuptools 77+ required for PEP 639 support (<a 
href="https://redirect.github.com/geopandas/geopandas/issues/3746";>#3746</a>)</li>
   <li>See full diff in <a 
href="https://github.com/geopandas/geopandas/compare/v1.1.3...v1.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jupyterlab` from 4.6.2 to 4.6.3
   <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.6.3</h2>
   <h2>4.6.3</h2>
   <p>(<a 
href="https://github.com/jupyterlab/jupyterlab/compare/v4.6.2...08c20a121297016a352f8f6f96aabd25b5703aab";>Full
 Changelog</a>)</p>
   <h3>Bugs fixed</h3>
   <ul>
   <li>Fix Shift-click cell selection after editor text selection <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19243";>#19243</a> 
(<a href="https://github.com/MUFFANUJ";><code>@​MUFFANUJ</code></a>)</li>
   <li>Fix active cell prompt and source blink in notebook tools &amp; prevent 
a memory leak <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19168";>#19168</a> 
(<a href="https://github.com/MUFFANUJ";><code>@​MUFFANUJ</code></a>)</li>
   <li>Update the item positions when an item is removed from reactive toolbar 
<a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19227";>#19227</a> 
(<a href="https://github.com/brichet";><code>@​brichet</code></a>)</li>
   <li>Fix variable inspection, document autocomplete and variable 
inspect/render <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19234";>#19234</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   <li>Show &quot;starting&quot; rather than &quot;idle&quot; status when 
changing kernel via <code>SessionContext.changeKernel()</code> <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19166";>#19166</a> 
(<a href="https://github.com/Zsailer";><code>@​Zsailer</code></a>)</li>
   </ul>
   <h3>Maintenance and upkeep improvements</h3>
   <ul>
   <li>Update Altair snapshot <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19204";>#19204</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   <li>Switch pre-commit to <code>language: system</code> <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19193";>#19193</a> 
(<a href="https://github.com/krassowski";><code>@​krassowski</code></a>)</li>
   </ul>
   <h3>Documentation improvements</h3>
   <ul>
   <li>Update JEP 91 link to the new MyST docs URL <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/19212";>#19212</a> 
(<a href="https://github.com/jtpio";><code>@​jtpio</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-07-21&amp;to=2026-08-10&amp;type=c";>GitHub
 contributors page for this release</a>)</p>
   <p><a href="https://github.com/brichet";><code>@​brichet</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2026-07-21..2026-08-10&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-07-21..2026-08-10&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-07-21..2026-08-10&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/MUFFANUJ";><code>@​MUFFANUJ</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AMUFFANUJ+updated%3A2026-07-21..2026-08-10&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/Zsailer";><code>@​Zsailer</code></a> (<a 
href="https://github.com/search?q=re
 
po%3Ajupyterlab%2Fjupyterlab+involves%3AZsailer+updated%3A2026-07-21..2026-08-10&amp;type=Issues">activity</a>)</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/e7255a9334c12ad8f9cb15db27584215fab5ece2";><code>e7255a9</code></a>
 [ci skip] Publish 4.6.3</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/08c20a121297016a352f8f6f96aabd25b5703aab";><code>08c20a1</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19243";>#19243</a>
 on branch 4.6.x (Fix Shift-click cell selection after edit...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/4e08e0de5f4aee1bd3708f68327a7afb8c7b736e";><code>4e08e0d</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19168";>#19168</a>
 on branch 4.6.x (Fix active cell prompt and source blink i...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/96534908167ccb15ceaa2c13d8b5655d3f953791";><code>9653490</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19227";>#19227</a>
 on branch 4.6.x (Update the item positions when an item is...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/243ee01cabab215a8e7b92c3e953965b7644fe74";><code>243ee01</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19234";>#19234</a>
 on branch 4.6.x (Fix variable inspection, document autocom...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/9b7efedb00a8d40b6b030ff0e577007bafe5f75e";><code>9b7efed</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19166";>#19166</a>
 on branch 4.6.x (Show &quot;starting&quot; rather than &quot;idle&quot; 
status...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/edc839090979c3c4e58a9e7ea03992d5b32c5a2a";><code>edc8390</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19212";>#19212</a>
 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/4cffbed8017917af52f345941902f69ea83e98f2";><code>4cffbed</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19204";>#19204</a>
 on branch 4.6.x (Update Altair snapshot) (<a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19205";>#19205</a>)</li>
   <li><a 
href="https://github.com/jupyterlab/jupyterlab/commit/7d0f5b6efedd48d6b274a296633b2a204bd76788";><code>7d0f5b6</code></a>
 Backport PR <a 
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/19193";>#19193</a>
 on branch 4.6.x (Switch pre-commit to <code>language: system</code>) ...</li>
   <li>See full diff in <a 
href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jupyterlab-widgets` from 3.0.16 to 3.0.17
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/jupyter-widgets/ipywidgets/commits";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pandas` from 2.3.3 to 3.0.5
   <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.5</h2>
   <p>We are pleased to announce the release of pandas 3.0.5.
   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/whatsnew/v3.0.5.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.4</h2>
   <p>We are pleased to announce the release of pandas 3.0.4.
   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/whatsnew/v3.0.4.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.3</h2>
   <p>We are pleased to announce the release of pandas 3.0.3.
   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/whatsnew/v3.0.3.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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/e68db09ecf6427d1b62e565bacf17f2e525a3032";><code>e68db09</code></a>
 RLS: 3.0.5</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/06976235c9608ee530d869a49a98ed6e7f6a799d";><code>0697623</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66428";>#66428</a>: 
DOC: update whatsnew for 3.0.5 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66430";>#66430</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/5d846d0af117fcfd9c746f78ddfe67d37e668478";><code>5d846d0</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66090";>#66090</a> on 
branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/bef7a2bf62bead8b3a44685f846d889866f91427";><code>bef7a2b</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66169";>#66169</a> on 
branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/8188eb1d65d6250c9916e54a0fa417d46af3296a";><code>8188eb1</code></a>
 RLS: 3.0.4 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66079";>#66079</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/bd35f15b4a3d45457e4567b4c2042ce019834275";><code>bd35f15</code></a>
 [3.0.x] BUG: fix CoW issue in eval() (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66072";>#66072</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/6195872a0152c0a169c4d5ab10b79c1eafe61dc4";><code>6195872</code></a>
 [backport 3.0.x] BUG: anchor whole alternation in Series.str.match for 
PyArro...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/70313be3d1f63c8e9cddb0ad16b65c17c7cc056f";><code>70313be</code></a>
 Backport PR <a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66051";>#66051</a> on 
branch 3.0.x (BUG: fix regression in DataFrame setitem ...</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/57ed3e2fbb858b9ee108079fe20cef74e16623ad";><code>57ed3e2</code></a>
 [backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/65934";>#65934</a>) 
(<a 
href="https://redirect.github.com/pandas-dev/pandas/issues/66026";>#66026</a>)</li>
   <li><a 
href="https://github.com/pandas-dev/pandas/commit/f9693fcf06d78adc46fc34db50ea72ae316d66e4";><code>f9693fc</code></a>
 [backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept 
N...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pydeck` from 0.9.2 to 0.9.3
   <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.5.0 to 1.5.1
   <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.1</h2>
   <p>Version 1.5.1 fixes a number of bugs and unblocks the release of affine 
3.0.0.</p>
   <p>Thanks for being patient, folks! It's a weird time in the open source 
software world.</p>
   <h3>Bug fixes</h3>
   <ul>
   <li><code>DatasetBase.__dealloc__</code> has been removed and replaced by a 
<code>__del__</code> method modeled after that of <code>io.IOBase</code>. This 
eliminates cryptic partial error messages from being printed as rio-calc 
finishes and finalizes (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3612";>gh-3612</a>).</li>
   <li>The &quot;bbox&quot; attribute of GeoJSON data is no longer used by 
features.bounds() when optional parameters (transform and/or north_up=False) 
are provided. An unreported bug where transformation matrices were not applied 
to feature and geometry collections has also been fixed (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3609";>gh-3609</a>).</li>
   <li>The size guard in sieve() was defective for 3D sources and has been 
fixed (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3606";>gh-3606</a>). 
As a side benefit, the dimensionality of output has been made consistent with 
the read() method of datasets: 3D output is no longer automatically squeezed to 
2D. The previous behavior was a bug.</li>
   <li>A test of subdataset support is skipped for GDAL versions &gt;= 3.13.0 
(<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3534";>gh-3534</a>). 
The most recent versions of GDAL have a netCDF filename parsing defect.</li>
   <li>Acknowledge new runtime warnings about invalid type casting using numpy 
(<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3599";>gh-3599</a>).</li>
   <li>Acknowledge the Python deprecation warnings from using &quot;fork&quot; 
start mode in testing warp error propagation (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3600";>gh-3600</a>).</li>
   <li>Eliminate numpy deprecation warnings by reshaping views instead of 
setting their shape attributes (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3592";>gh-3592</a>).</li>
   <li>Require pyparsing version &gt;= 3.0 to eliminate a deprecation warning 
for use of parseString (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3551";>gh-3551</a>).</li>
   <li>Remove a dependency on unmainted cligj by bringing some CLI options back 
into Rasterio (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3550";>gh-3550</a>).</li>
   <li>Avoid a ValueError in reproject() when using a &quot;==&quot; comparison 
between array masks and np.ma.nomasked (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3531";>gh-3531</a>).</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Note that PROJ transformation grids and the PROJ_NETWORK environment 
variable are required to apply vertical (datum) shifts when reprojecting or 
transforming (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/2929";>gh-2929</a>).</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.</li>
   </ul>
   <h3>Packaging:</h3>
   <ul>
   <li>Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 9.8.1. 
Python 3.15 is supported for the first time.</li>
   </ul>
   </blockquote>
   </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.1 (2026-08-07)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>DatasetBase.<strong>dealloc</strong> has been removed and replaced by a 
<strong>del</strong> method
   modeled after that of io.IOBase. This eliminates cryptic partial error
   messages from being printed as rio-calc finishes and finalizes (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3612";>gh-3612</a>).</li>
   <li>The &quot;bbox&quot; attribute of GeoJSON data is no longer used by 
features.bounds()
   when optional parameters (transform and/or north_up=False) are provided.  An
   unreported bug where transformation matrices were not applied to feature and
   geometry collections has also been fixed (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3609";>gh-3609</a>).</li>
   <li>The size guard in sieve() was defective for 3D sources and has been fixed
   (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3606";>gh-3606</a>). 
As a side benefit, the dimensionality of output has been made
   consistent with the read() method of datasets: 3D output is no longer
   automatically squeezed to 2D. The previous behavior was a bug.</li>
   <li>A test of subdataset support is skipped for GDAL versions &gt;= 3.13.0
   (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3534";>gh-3534</a>).  
The most recent versions of GDAL have a NetCDF filename parsing
   defect.</li>
   <li>Acknowledge new runtime warnings about invalid type casting using numpy
   (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3599";>gh-3599</a>).</li>
   <li>Acknowledge the Python deprecation warnings from using &quot;fork&quot; 
start mode in
   testing warp error propagation (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3600";>gh-3600</a>).</li>
   <li>Eliminate numpy deprecation warnings by reshaping views instead of 
setting
   their shape attributes (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3592";>gh-3592</a>).</li>
   <li>Require pyparsing version &gt;= 3.0 to eliminate a deprecation warning 
for use
   of parseString (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3551";>gh-3551</a>).</li>
   <li>Remove a dependency on unmaintained cligj by bringing some CLI options 
back
   into Rasterio (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3550";>gh-3550</a>).</li>
   <li>Avoid a ValueError in reproject() when using a &quot;==&quot; comparison 
between array
   masks and np.ma.nomasked (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3531";>gh-3531</a>).</li>
   </ul>
   <p>Documentation:</p>
   <ul>
   <li>Note that PROJ transformation grids and the PROJ_NETWORK environment 
variable
   are required to apply vertical (datum) shifts when reprojecting or
   transforming (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/2929";>gh-2929</a>).</li>
   </ul>
   <p>Dependencies:</p>
   <ul>
   <li>Rasterio 1.5.1 is compatible with affine versions 3.0rc1 and newer.</li>
   </ul>
   <p>Packaging:</p>
   <ul>
   <li>Wheels include GDAL 3.12.4, netCDF 4.10.1, cURL 8.20.0, and PROJ 
9.8.1.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/2feebab5bd4abbb17ef37269207e9133510ff575";><code>2feebab</code></a>
 Rel 1.5.1 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3614";>#3614</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/ae13fe97b325ff9c83e5f2cbf7267253eb4fef05";><code>ae13fe9</code></a>
 Release 1.5.1 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3613";>#3613</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/3dcc4c295eaf04ea33190f8fa78d29a0e67a0bb8";><code>3dcc4c2</code></a>
 Fix type of flags parameter to GDALOpenEx (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3509";>#3509</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/38eb7e5868c78c74ffc32731dd075508c0e46273";><code>38eb7e5</code></a>
 Trade <strong>dealloc</strong> for <strong>del</strong> in DatasetBase (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3612";>#3612</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/770b6e2e3ac6c410e0449f7d21fb4a02002db409";><code>770b6e2</code></a>
 Fixes for 2 bugs around application of transforms (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3609";>#3609</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/d9b96d20305394135dc10e7ba7c0dfba3a5544d7";><code>d9b96d2</code></a>
 Fix the size check in sieve() (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3606";>#3606</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/db89b608b64f3347b61521f135f888d5228435c6";><code>db89b60</code></a>
 Pin sphinx to v8.2.3 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3608";>#3608</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/aa409667feedb676af70282f9f31d287425c2d4f";><code>aa40966</code></a>
 CI/DEPS: Update build-wheels and libs in maint-1.5 July 2026 (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3605";>#3605</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/f05c52788d8f6f50078afe48b7290ab9a732bb1a";><code>f05c527</code></a>
 Skip a subdataset test for newest GDAL versions (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3604";>#3604</a>)</li>
   <li><a 
href="https://github.com/rasterio/rasterio/commit/d4b9b226375dad0e66b27fba2f4866a09bb737dd";><code>d4b9b22</code></a>
 Expose tolerance argument in reproject (<a 
href="https://redirect.github.com/rasterio/rasterio/issues/3586";>#3586</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rasterio/rasterio/compare/1.5.0...1.5.1";>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