Skip to content

chore(deps): update rapidfuzz requirement from >=3.0 to >=3.13.0 in /python#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/rapidfuzz-gte-3.13.0
Open

chore(deps): update rapidfuzz requirement from >=3.0 to >=3.13.0 in /python#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/rapidfuzz-gte-3.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown

Updates the requirements on rapidfuzz to permit the latest version.

Release notes

Sourced from rapidfuzz's releases.

Release 3.13.0

Added

  • add support for arrays of type 'w'
  • add support for any DTypeLike as dtype in cdist and cpdist

Changed

  • upgrade to rapidfuzz-cpp==3.3.2
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.14.5] - 2026-08-07 ^^^^^^^^^^^^^^^^^^^^^ Fixed

* fix release ci attempting to upload a pyodide wheel

[3.14.4] - 2026-04-06 ^^^^^^^^^^^^^^^^^^^^^ Added

  • add risc64 wheels
  • add support for taskflow 4.0.0

Changed

* upgrade to ``Cython==3.2.4``.

Fixed

* fix type hints for extractOne when no score_cutoff is provided

[3.14.3] - 2025-11-01
^^^^^^^^^^^^^^^^^^^^^
Fixed

  • add missing pypy and freethreaded linux wheels

Removed

  • drop s390x and ppc64le wheels since they are virtually unused and require extremly long to build under emulation

[3.14.2] - 2025-10-30 ^^^^^^^^^^^^^^^^^^^^^ Changed

* upgrade to ``Cython==3.1.6``
* enable free threading

[3.14.1] - 2025-09-08 ^^^^^^^^^^^^^^^^^^^^^ Fixed

* Fully disable line tracing in release builds

[3.14.0] - 2025-08-27
^^^^^^^^^^^^^^^^^^^^^
Changed
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/07a5a6d5dd92dde7db50881184365b51d5d6313d&quot;&gt;&lt;code&gt;07a5a6d&lt;/code&gt;&lt;/a> update version</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/aa52f02308750c3afd6861062d35e3624410c3cd&quot;&gt;&lt;code&gt;aa52f02&lt;/code&gt;&lt;/a> Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 in the github-actions group</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/9e3419a7480c55f7fc6b4904b9199edd7c468e75&quot;&gt;&lt;code&gt;9e3419a&lt;/code&gt;&lt;/a> fix ci</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/e237aee004f5e6f8b513029c0b8008faeacea96c&quot;&gt;&lt;code&gt;e237aee&lt;/code&gt;&lt;/a> upgrade rapidfuzz-cpp</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/2830c3131b05c44dbfa20679f39a0134100d7055&quot;&gt;&lt;code&gt;2830c31&lt;/code&gt;&lt;/a> add support for any DTypeLike as dtype in cdist and cpdist</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/d5390fa88bddff77bf338ffb7e8189e71d609131&quot;&gt;&lt;code&gt;d5390fa&lt;/code&gt;&lt;/a> properly handle arrays with the new 'w' typecode</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/be26a60ce064f8454de0782676c2f0d14960f242&quot;&gt;&lt;code&gt;be26a60&lt;/code&gt;&lt;/a> hopefully fix regressions</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/ae0124671c89c5ab6b48da56d2aa696112f0287e&quot;&gt;&lt;code&gt;ae01246&lt;/code&gt;&lt;/a> fix warnings on Python 3.13</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/64be9b7b7475a76842fff2c56c24d2fe14ac3f2c&quot;&gt;&lt;code&gt;64be9b7&lt;/code&gt;&lt;/a> Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 in the github-actions group</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/5367c411275c8360e10c265fb0953b6b5ec32b8b&quot;&gt;&lt;code&gt;5367c41&lt;/code&gt;&lt;/a> apply pre-commit</li>
<li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.0.0...v3.13.0&quot;&gt;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 commands and options

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 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)

Updates the requirements on [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) to permit the latest version.
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.0.0...v3.13.0)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-version: 3.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 16, 2026
@dependabot dependabot Bot requested a review from speed785 as a code owner April 16, 2026 02:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants