Skip to content

Commit

Permalink
build(deps): update levenshtein requirement from ~=0.25.0 to ~=0.26.0
Browse files Browse the repository at this point in the history
Updates the requirements on [levenshtein](https://github.com/rapidfuzz/Levenshtein) to permit the latest version.
- [Release notes](https://github.com/rapidfuzz/Levenshtein/releases)
- [Changelog](https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/Levenshtein@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: levenshtein
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent ba289b0 commit 9fd5aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"hashid~=3.1.4",
"idutils~=1.2",
"jmespath~=1.0",
"levenshtein~=0.25.0",
"levenshtein~=0.26.0",
"lxml==5.3.0",
"pandas~=2.1",
"pyRdfa3~=3.5",
Expand Down

0 comments on commit 9fd5aaa

Please sign in to comment.