OpenVoiceOS / ovos-utils

Apache License 2.0
3 stars 8 forks source link

Update rapidfuzz requirement from ~=3.6 to ~=3.8 in /requirements #234

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on rapidfuzz to permit the latest version.

Release notes

Sourced from rapidfuzz's releases.

Release 3.8.1

Fixed

  • use the correct version of rapidfuzz-cpp when building against a system installed version
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.8.1] - 2024-04-07 ^^^^^^^^^^^^^^^^^^^^ Fixed

* use the correct version of `rapidfuzz-cpp` when building against a system installed version

[3.8.0] - 2024-04-06 ^^^^^^^^^^^^^^^^^^^^ Added

  • added process.cpdist which allows pairwise comparision of two collection of inputs

Fixed

- fix some minor errors in the type hints
- fix potentially incorrect results of JaroWinkler when using high prefix weights

[3.7.0] - 2024-03-21 ^^^^^^^^^^^^^^^^^^^^ Changed

  • reduce importtime

[3.6.2] - 2024-03-05 ^^^^^^^^^^^^^^^^^^^^

Changed

* upgrade to ``Cython==3.0.9``

Fixed

* upgrade ``rapidfuzz-cpp`` which includes a fix for build issues on some compilers
* fix some issues with the sphinx config

[3.6.1] - 2023-12-28
^^^^^^^^^^^^^^^^^^^^
Fixed
  • fix overflow error on systems with sizeof(size_t) < 8

[3.6.0] - 2023-12-26 ^^^^^^^^^^^^^^^^^^^^ Fixed

</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/8ea97234de24272a162dc82441b4a5f23a324f6a"><code>8ea9723</code></a> set python version</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/95d981b4c01ddac61ab416facf31dd1759baadac"><code>95d981b</code></a> install further testing dependencies after build</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/4bb2bf9f5093bb9dc2fccb70172590d185a7a135"><code>4bb2bf9</code></a> install testing dependencies after build</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/758ff6ef7c47b0d94fdb512311139977d0c5353f"><code>758ff6e</code></a> further ci fixes</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/825578d25a89952b4d31b0e2eb54c6031e7f3e9f"><code>825578d</code></a> improve ci</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/7c89c31533dcefde3e8cbd368497b55c75b701b1"><code>7c89c31</code></a> update rapidfuzz-cpp</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/dea0bd18014a6f5f505bdedf669e680171e8a120"><code>dea0bd1</code></a> run tests to detect broken build</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/88dc7cd6d679a0081705babb3b911e8369eb8883"><code>88dc7cd</code></a> use proper taskflow version</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/cf788b9045ec2999c9f82cb74e5cc598a9d5dd9e"><code>cf788b9</code></a> fix test for system installation</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/02ea43288aabcc633dabf98a32a4e6840984639f"><code>02ea432</code></a> tag 3.8.1</li>
<li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.6.0...v3.8.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) ---
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 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 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)
dependabot[bot] commented 6 months ago

Superseded by #236.