Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump rapidfuzz from 3.9.7 to 3.10.1 (#2042)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.7 to 3.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rapidfuzz/RapidFuzz/releases">rapidfuzz's releases</a>.</em></p> <blockquote> <h2>Release 3.10.1</h2> <h2>Fixed</h2> <ul> <li>fix compilation on clang-19</li> <li>fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets</li> </ul> <h2>Added</h2> <ul> <li>added support for taskflow 3.8.0</li> </ul> <h2>Release 3.10.0</h2> <h2>Fixed</h2> <ul> <li>drop support for Python 3.8</li> <li>switch build system to <code>scikit-build-core</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's changelog</a>.</em></p> <blockquote> <h2>Changelog</h2> <p>[3.10.1] - 2024-10-24 ^^^^^^^^^^^^^^^^^^^^^ Fixed</p> <pre><code>- fix compilation on clang-19 - fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets <p>Added </code></pre></p> <ul> <li>added support for taskflow 3.8.0</li> </ul> <p>[3.10.0] - 2024-09-21 ^^^^^^^^^^^^^^^^^^^^^ Fixed</p> <pre><code>- drop support for Python 3.8 - switch build system to `scikit-build-core` <p>[3.9.7] - 2024-09-02 ^^^^^^^^^^^^^^^^^^^^ Fixed </code></pre></p> <ul> <li>fix crash in <code>cdist</code> due to Visual Studio upgrade</li> </ul> <p>[3.9.6] - 2024-08-06 ^^^^^^^^^^^^^^^^^^^^ Changed</p> <pre><code>* upgrade to ``Cython==3.0.11`` * add python 3.13 wheels <p>[3.9.5] - 2024-07-29 ^^^^^^^^^^^^^^^^^^^^ Fixed</p> <pre><code>* include simd binaries in pyinstaller builds * fix builds with setuptools 72 by upgrading `scikit-build` [3.9.4] - 2024-07-02 ^^^^^^^^^^^^^^^^^^^^ Fixed </code></pre> <ul> <li>fix bug in <code>Levenshtein.editops</code> and <code>Levenshtein.opcodes</code> which could lead to incorrect results and crashes for some inputs</li> </ul> <p>[3.9.3] - 2024-05-31 ^^^^^^^^^^^^^^^^^^^^ </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/268a3829896899414c1ddd7d387f61ba1e9ec7eb"><code>268a382</code></a> update changelog</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/049fec092bd13e9805d73f37c4ec2f8edd66e688"><code>049fec0</code></a> update rapidfuzz-cpp</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/bc51a8be0acb98c21d22f72556414a0a316bcdf6"><code>bc51a8b</code></a> use tag for rapidfuzz-cpp</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/877f9f9ea7b21f8521a6c70b228582f253f8c36b"><code>877f9f9</code></a> update changelog</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/01b6aea7c5de2fe59ff2d7b2a94ccf9adc839a24"><code>01b6aea</code></a> update taskflow</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/7d9f4ebabf22f106547c9e2cd76c708624b2959a"><code>7d9f4eb</code></a> fix compilation on clang 19</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/74b5cc60ce9867459efc1001812c7d7d6b5b9b3e"><code>74b5cc6</code></a> support Taskflow 3.8.0</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/cbfcedb740c2211adf4bccb93d915d2656ed1b0e"><code>cbfcedb</code></a> Bump the github-actions group with 2 updates</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/3833e082d51a1e49d399590868c1695ff52a9f34"><code>3833e08</code></a> fix spelling of CMake</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/2e85e5f832ee75251a998023d028ea07988685d0"><code>2e85e5f</code></a> Port build system to scikit-build-core (<a href="https://redirect.github.com/rapidfuzz/RapidFuzz/issues/397">#397</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.7...v3.10.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rapidfuzz&package-manager=pip&previous-version=3.9.7&new-version=3.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information