Skip to content

Commit

Permalink
Update python-levenshtein requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) to permit the latest version.
- [Release notes](https://github.com/maxbachmann/python-Levenshtein/releases)
- [Changelog](https://github.com/maxbachmann/python-Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/python-Levenshtein@v0.21.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d74fa64 commit 0086b07
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 @@ -25,7 +25,7 @@ dependencies = [
"packaging>=20.1,<23.2",
"pandas>=1.4.0,<2.1.1",
"progressbar2>=3.39,<4.3",
"python-levenshtein>=0.21.0,<0.22",
"python-levenshtein>=0.21.0,<0.24",
"python-slugify>=7.0.0,<8.1",
"pyyaml>=6.0,<6.1",
"scikit-learn>=1.2.0,<1.3.1",
Expand Down

0 comments on commit 0086b07

Please sign in to comment.