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

   Bumps [fiona](https://github.com/Toblerity/Fiona) from 1.8.22 to 1.10.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Toblerity/Fiona/releases";>fiona's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.10.1</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li>Several typos were found and fixed (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1448";>#1448</a>). One 
variable was renamed and the ContextVar in _vsipyopener.pyx was renamed.</li>
   <li>Logging in the CRS class no longer tries to print representations of 
objects that may be NULL when searching for authority matches (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1445";>#1445</a>).</li>
   </ul>
   <h2>1.10.0</h2>
   <p>This is 1.10.0. At last! The project has added 25 new contributors since 
1.9.0, for a total of 73.</p>
   <p>Fiona 1.10 will continue to support classic GIS programming work with a 
record-style data model. Rows, that is, not columns.</p>
   <p>The changes since 1.9.6 are fully described in the changelog, split 
across pre-releases. Here is a high-level summary.</p>
   <h3>Deprecations</h3>
   <ul>
   <li>Python-style filter expressions for CLI commands are being replaced by 
Lisp-like expressions.</li>
   <li>Some constants in the <code>fiona.schema</code> module will be removed 
in a future version.</li>
   <li>The <code>fiona.path</code> module will be removed in a future version. 
This, and the previously mentioned constants, were not meant to be used by 
projects downstream.</li>
   </ul>
   <h3>New features</h3>
   <ul>
   <li>Python openers can connect filesystems implemented in Python, like 
<code>fsspec</code> or <code>tiledb.vfs</code>, to GDAL's own virtual 
filesystem machinery. In most cases, you should reply on GDAL's built-in 
virtual filesystem handlers. On the other hand, if you have unique or 
proprietary data access protocols, then fiona's new openers may be useful.</li>
   <li>Fiona's CLI has three new commands, <code>filter</code> (strictly 
speaking, a new mode of this command), <code>map</code>, and 
<code>reduce</code>. These provide some great features for Unix-style data 
processing pipelines and are designed to work well with <code>jq</code> and 
programs of that nature.</li>
   </ul>
   <h3>Other changes</h3>
   <p>This version is heavily refactored. If it's not paying off for you, let 
us know!</p>
   <h3>PyPI wheels</h3>
   <p>The binary wheels on PyPI include GDAL 3.9.2 (3.9.1 for Windows), GEOS 
3.11.2, and PROJ 9.4.1.</p>
   <h3>GDAL and Python versions</h3>
   <p>Fiona 1.10.0 requires GDAL 3.4 and Python 3.8 or newer.</p>
   <h2>1.10.0rc1</h2>
   <p>This is the first release candidate for 1.10.0.</p>
   <h3>Changes</h3>
   <ul>
   <li>Mutable item access to Feature, Geometry, and Properties instances has 
been restored (reported in <a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1430";>#1430</a>). This 
usage should be avoided as instances of these classes will be immutable in a 
future version.</li>
   <li>The setup.cfg duplicates project configuration in pyproject.toml and has 
been removed.</li>
   </ul>
   <h3>Packaging</h3>
   <ul>
   <li>PyPI wheels include GDAL 3.9.2.</li>
   </ul>
   <p>Please see the CHANGES file for a more detailed enumeration of changes 
since version 1.10b1. Unless showstopper bugs are found in this release, expect 
a final 1.10.0 release in two weeks.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt";>fiona's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.10.1 (2024-09-16)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>Several typos were found and fixed (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1448";>#1448</a>). One 
variable was renamed and one
   the ContextVar in _vsipyopener.pyx was renamed.</li>
   <li>Logging in the CRS class no longer tries to print representations of 
objects
   that may be NULL when searching for authority matches (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1445";>#1445</a>).</li>
   </ul>
   <h2>1.10.0 (2024-09-03)</h2>
   <p>The package version, credits, and citation file have been updated. There 
have
   been no other changes since 1.10.0rc1. Fiona is the work of 73 contributors,
   including 25 new contributors since 1.9.0.</p>
   <h2>1.10.0rc1 (2024-08-21)</h2>
   <p>This is the first release candidate for 1.10.0.</p>
   <p>Changes:</p>
   <ul>
   <li>Mutable item access to Feature, Geometry, and Properties instances has 
been
   restored (reported in <a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1430";>#1430</a>). This 
usage should be avoided as instances of
   these classes will be immutable in a future version.</li>
   <li>The setup.cfg duplicates project configuration in pyproject.toml and has 
been
   removed.</li>
   </ul>
   <h2>1.10b3 (2024-07-29)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>The sketchy, semi-private Python opener interfaces of version 1.10b2 have
   been replaced by ABCs that are exported from fiona.abc (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1415";>#1415</a>).</li>
   <li>The truncate VSI plugin callback has been implemented (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1413";>#1413</a>).</li>
   </ul>
   <h2>1.10b2 (2024-07-10)</h2>
   <p>Bug fixes:</p>
   <ul>
   <li>The Pyopener registry and VSI plugin have been rewritten to avoid 
filename
   conflicts and to be compatible with multithreading. Now, a new plugin handler
   is registered for each instance of using an opener (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1408";>#1408</a>). 
Before GDAL 3.9.0
   plugin handlers cannot not be removed and so it may be observed that the size
   of the Pyopener registry grows during the execution of a program.</li>
   <li>A CSLConstList ctypedef has been added and is used where appropriate (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1404";>#1404</a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/f285ccb45a3769b28aff0282b84475b93a153cf7";><code>f285ccb</code></a>
 Fix typos (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1448";>#1448</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/ea16c01406a15fe5c3f613cdf8f19f018b203f6b";><code>ea16c01</code></a>
 This is 1.10.1</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/3ba8ef48a9b8fefe30d6438c2e0ec7e1c8be2414";><code>3ba8ef4</code></a>
 Avoid printing representations of NULL objects (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1445";>#1445</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/7bf5f07c6f07423b28ec0202e705a57adb12eba0";><code>7bf5f07</code></a>
 Rel 1.10.0 (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1432";>#1432</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/e56cbea0d9c7d937f88f318e598804d4ff110e68";><code>e56cbea</code></a>
 Bump the actions group with 2 updates (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1437";>#1437</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/7490643d145ce0be506a210abd2802fd0fff63f4";><code>7490643</code></a>
 Bump github/codeql-action in the actions group across 1 directory (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1435";>#1435</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/908bf4f8a07d36ec1d55ba45f6550a3699520b6f";><code>908bf4f</code></a>
 Dependabot: Group GitHub Actions updates to reduce number of PRs (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1420";>#1420</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/54445e2a3b05ed51f4c79e2f4cc8a255ccffa485";><code>54445e2</code></a>
 test CI: Update Conda jobs to Python 3.12 (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1422";>#1422</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/d7c7ce93fcc69e5ad7e7d008adecb780cb44a3a8";><code>d7c7ce9</code></a>
 test_gdal_latest.yml: Actually run on PRs touching this file (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1423";>#1423</a>)</li>
   <li><a 
href="https://github.com/Toblerity/Fiona/commit/ad465cf1730502cda2a5e5998bfce34560160f35";><code>ad465cf</code></a>
 Bump github/codeql-action from 3.25.15 to 3.26.0 (<a 
href="https://redirect.github.com/Toblerity/Fiona/issues/1426";>#1426</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Toblerity/Fiona/compare/1.8.22...1.10.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fiona&package-manager=pip&previous-version=1.8.22&new-version=1.10.1)](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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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: dev-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to