Skip to content

Commit e9f49b0

Browse files
Update levenshtein requirement in /.github/scripts (#510)
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.13.0...v0.25.1) --- updated-dependencies: - dependency-name: levenshtein dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6902939 commit e9f49b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pytest-runner <7.0.0
99
termcolor <2.5.0
1010
hypothesis <6.101.0
1111
python-Levenshtein <0.20.9 ; python_version == '2.7'
12-
levenshtein <=0.25.0 ; python_version >= '3.5'
12+
levenshtein <=0.25.1 ; python_version >= '3.5'
1313
mock <6.0.0

0 commit comments

Comments
 (0)