Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump the small-changes group with 2 updates #6081

Merged
merged 1 commit into from Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the small-changes group with 2 updates: rapidfuzz and redis.

Updates rapidfuzz from 3.6.1 to 3.6.2

Release notes

Sourced from rapidfuzz's releases.

Release 3.6.2

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
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[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

* fix pure python fallback implementation of ``fuzz.token_set_ratio``
* properly link with ``-latomic`` if ``std::atomic<uint64_t>`` is not natively supported

Performance
</code></pre>
<ul>
<li>add banded implementation of LCS / Indel. This improves the runtime from <code>O((|s1|/64) * |s2|)</code> to <code>O((score_cutoff/64) * |s2|)</code></li>
</ul>
<p>Changed</p>
<pre><code>* upgrade to Cython==3.0.7

  • cdist for many metrics now returns a matrix of uint32 instead of int32 by default

[3.5.2] - 2023-11-02
^^^^^^^^^^^^^^^^^^^^
Fixed

  • use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported

[3.5.1] - 2023-10-31 ^^^^^^^^^^^^^^^^^^^^ Fixed

* fix compilation failure on macOS

[3.5.0] - 2023-10-31
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/26917be34e943fd082f13f3106b84b4c27a7f56a&quot;&gt;&lt;code&gt;26917be&lt;/code&gt;&lt;/a> update target version in linter</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/361dc046ee63fb350c8f5af987c7180383547cd5&quot;&gt;&lt;code&gt;361dc04&lt;/code&gt;&lt;/a> fix outstanding linter errors</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/a52c863f31d07dd119135f385127ca6d0ce9542d&quot;&gt;&lt;code&gt;a52c863&lt;/code&gt;&lt;/a> upgrade linters</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/ac9663614a79a75a0dd2140c67991f119a54c08e&quot;&gt;&lt;code&gt;ac96636&lt;/code&gt;&lt;/a> apply formatter</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/282be3c1df660dc151a45da5754993fe716211eb&quot;&gt;&lt;code&gt;282be3c&lt;/code&gt;&lt;/a> update dependencies</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c6c2e582ee50dcf0657ba8a2c72d881dbb5dd619&quot;&gt;&lt;code&gt;c6c2e58&lt;/code&gt;&lt;/a> Comment out sphinx config static directory as it does not exist</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c9f49963b5117c1fcf53ace505497ef73c323156&quot;&gt;&lt;code&gt;c9f4996&lt;/code&gt;&lt;/a> Move <strong>future</strong> import to before first suggested code insertion</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/1848474e58bd8af6ee0b0c993a95445a187984f9&quot;&gt;&lt;code&gt;1848474&lt;/code&gt;&lt;/a> fix artifact names</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/8376b88d2b3dd65dce80a67101fab0fbecb91f56&quot;&gt;&lt;code&gt;8376b88&lt;/code&gt;&lt;/a> update black repo</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/1c2768b96c46819f3af5823eb7042fd895e199f7&quot;&gt;&lt;code&gt;1c2768b&lt;/code&gt;&lt;/a> fix artifact names</li>
<li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.6.1...v3.6.2&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates redis from 5.0.2 to 5.0.3

Release notes

Sourced from redis's releases.

5.0.3

Changes

馃悰 Bug Fixes

  • Fix breaking change: message in LockError is now optional (#3176)

馃О Maintenance

  • Bump release-drafter/release-drafter from 5 to 6 (#3171)
  • Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#3172)
  • Remove redundant async-timeout dependency (#3177)
Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the small-changes group with 2 updates: [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) and [redis](https://github.com/redis/redis-py).


Updates `rapidfuzz` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.6.1...v3.6.2)

Updates `redis` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: small-changes
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: small-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2024 20:19
@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file labels Mar 11, 2024
@stumpylog stumpylog merged commit 8d463e0 into dev Mar 11, 2024
29 checks passed
@stumpylog stumpylog deleted the dependabot/pip/dev/small-changes-50bed40ca9 branch March 11, 2024 20:32
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. See our contributing guidelines for more details.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend dependencies Pull requests that update a dependency file
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant