Skip to content

Bump levenshtein from 0.27.4 to 0.27.5 - #3746

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/levenshtein-0.27.5
Sep 17, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/levenshtein-0.27.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps levenshtein from 0.27.4 to 0.27.5.

Release notes

Sourced from levenshtein's releases.

Release 0.27.5

Fixed

  • avoid unnecessary len calls on iterables. This avoids a crash when changing the size of the iterable after the len call.

Added

  • Add support for Python 3.15

Removed

  • removed support for Python 3.10
Changelog

Sourced from levenshtein's changelog.

v0.27.5

Fixed

  • avoid unnecessary len calls on iterables. This avoids a crash when changing the size of the iterable after the len call.

Added

  • Add support for Python 3.15

Removed

  • removed support for Python 3.10
Commits
  • 1efe2de Bump the github-actions group across 1 directory with 2 updates
  • 3073c26 add support for 3.15 and drop support for 3.10
  • 1558944 Avoid unnecessary len calls on iterables
  • 610846e fix str len overflow when size_t is 32 bit
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [levenshtein](https://github.com/rapidfuzz/Levenshtein) from 0.27.4 to 0.27.5.
- [Release notes](https://github.com/rapidfuzz/Levenshtein/releases)
- [Changelog](https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/Levenshtein@v0.27.4...v0.27.5)

---
updated-dependencies:
- dependency-name: levenshtein
  dependency-version: 0.27.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 17, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 17, 2026 16:24
@github-actions
github-actions Bot merged commit dd1326d into main Sep 17, 2026
22 checks passed
@github-actions
github-actions Bot deleted the dependabot/uv/levenshtein-0.27.5 branch September 17, 2026 16:32
@codecov

codecov Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.70%. Comparing base (7e44a87) to head (d4e75f7).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3746      +/-   ##
==========================================
- Coverage   93.70%   93.70%   -0.01%     
==========================================
  Files         510      510              
  Lines       46487    46487              
  Branches     6313     6313              
==========================================
- Hits        43562    43561       -1     
- Misses       1891     1892       +1     
  Partials     1034     1034              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants