From 4974f5d92f645ab49a2837e532b92232a71edd64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:18:09 +0000 Subject: [PATCH] Bump python-levenshtein from 0.12.2 to 0.20.8 Bumps [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) from 0.12.2 to 0.20.8. - [Release notes](https://github.com/maxbachmann/python-Levenshtein/releases) - [Changelog](https://github.com/maxbachmann/python-Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/maxbachmann/python-Levenshtein/commits/v0.20.8) --- updated-dependencies: - dependency-name: python-levenshtein dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 537fab6..4152421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.4 lapjv==1.3.22 -python-Levenshtein==0.12.2 +python-Levenshtein==0.20.8 fuzzywuzzy==0.18.0 unidecode==1.3.4