Skip to content

Commit

Permalink
Update levenshtein requirement from ==0.25.* to ==0.26.*
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 Sep 19, 2024
1 parent 6eb8b4f commit ad59d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nextcord[speed, voice] @ git+https://github.com/ToasterUwU/nextcord.git@display_name-behaviour-correction
orjson == 3.10.*
aiohttp == 3.10.*
Levenshtein == 0.25.*
Levenshtein == 0.26.*
unidecode == 1.3.*

0 comments on commit ad59d53

Please sign in to comment.