Skip to content

Commit

Permalink
chore(deps): Bump rapidfuzz from 3.9.7 to 3.10.1 (#2042)
Browse files Browse the repository at this point in the history
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
^^^^^^^^^^^^^^^^^^^^
&lt;/tr&gt;&lt;/table&gt;
</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
dependabot[bot] authored Oct 28, 2024
1 parent ab73118 commit a32ef8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ptyprocess==0.7.0 ; python_version == "3.8"
pycparser==2.22 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8" and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
pyproject-hooks==1.2.0 ; python_version == "3.8"
pywin32-ctypes==0.2.3 ; sys_platform == "win32" and python_version == "3.8"
rapidfuzz==3.9.7 ; python_version == "3.8"
rapidfuzz==3.10.1 ; python_version == "3.8"
requests-toolbelt==1.0.0 ; python_version == "3.8"
requests==2.32.3 ; python_version == "3.8"
secretstorage==3.3.3 ; sys_platform == "linux" and python_version == "3.8"
Expand Down

0 comments on commit a32ef8a

Please sign in to comment.