Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump levenshtein from 0.25.1 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [levenshtein](https://github.com/rapidfuzz/Levenshtein) from 0.25.1 to 0.26.0.
- [Release notes](https://github.com/rapidfuzz/Levenshtein/releases)
- [Changelog](https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/Levenshtein@v0.25.1...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Oct 1, 2024
1 parent 469e35d commit f15ee79
Showing 2 changed files with 185 additions and 196 deletions.
379 changes: 184 additions & 195 deletions poetry.lock
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ analyze-library = "library_analyzer.main:main"
python = "^3.10,<3.12"
astroid = "^2.14.2"
black = ">=23.1,<25.0"
levenshtein = ">=0.20.9,<0.26.0"
levenshtein = ">=0.20.9,<0.27.0"
scipy = "^1.10.1"
spacy = "^3.5.1"
docstring-parser = ">=0.15,<0.17"

0 comments on commit f15ee79

Please sign in to comment.