python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.35k stars 667 forks source link

Bump rapidfuzz from 3.8.1 to 3.9.0 #3039

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps rapidfuzz from 3.8.1 to 3.9.0.

Release notes

Sourced from rapidfuzz's releases.

Release 3.9.0

Changed

  • significantly improve type hints for the library

Fixed

  • fix cmake version parsing
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.9.0] - 2024-05-02 ^^^^^^^^^^^^^^^^^^^^ Changed

* significantly improve type hints for the library

Fixed

* fix cmake version parsing 

[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 comparison 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
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/acfc255be25e1e4cf0dee55ba220aeab638ecf9c"><code>acfc255</code></a> update changelog</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/fd0e3a674df9aea78dbbb7fd514e65ea130e7942"><code>fd0e3a6</code></a> fix cmake version parsing</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/6cb0a6859f3be606e6478bc97d89bda276fb0c8c"><code>6cb0a68</code></a> update citation file</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/9e5694280ebf2e0e73739270250cb05f5f5ca5e9"><code>9e56942</code></a> add missing limit argument</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/24446248a6801976a5e21ccd39eca1d685454f5c"><code>2444624</code></a> update changelog</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/00923bc7fa00cea6f8aa2763f1874716870cf25d"><code>00923bc</code></a> improve typing of cdist and cpdist</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/e88df8a4eebfdfc86f308a82e251ac9ece8edff3"><code>e88df8a</code></a> apply formatting</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c5cf67ab5f7b5d2315aad181b097d79aa9bc8d33"><code>c5cf67a</code></a> silence warning</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/8332369e932acfde3bdd235c794d5964067b7f89"><code>8332369</code></a> rename unused variables</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/4cce69ef0d1576446fe0e15b92d4794802614df1"><code>4cce69e</code></a> fix pyright config</li>
<li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.8.1...v3.9.0">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.8.1&new-version=3.9.0)](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) ---
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)