Skip to content

Commit

Permalink
Bump python-levenshtein from 0.21.1 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) from 0.21.1 to 0.22.0.
- [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.1...v0.22.0)

---
updated-dependencies:
- dependency-name: python-levenshtein
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 1e0762f commit 871d6fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip-tools==7.3.0
pubchempy==1.0.4
py-cord==2.4.1
python-dotenv==1.0.0
python-Levenshtein==0.21.1 # part of thefuzz, imported to remove warning message
python-Levenshtein==0.22.0 # part of thefuzz, imported to remove warning message
selenium==4.12.0
thefuzz==0.20.0
undetected-chromedriver==3.5.3
Expand Down
12 changes: 2 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ certifi==2023.7.22
# via
# requests
# selenium
cffi==1.15.1
# via trio
charset-normalizer==3.2.0
# via
# aiohttp
Expand All @@ -39,10 +37,6 @@ click==8.1.7
# via
# black
# pip-tools
colorama==0.4.6
# via
# build
# click
deepl==1.15.0
# via -r requirements.in
exceptiongroup==1.1.3
Expand All @@ -64,7 +58,7 @@ idna==3.4
# yarl
isort==5.12.0
# via -r requirements.in
levenshtein==0.21.1
levenshtein==0.22.0
# via python-levenshtein
multidict==6.0.4
# via
Expand All @@ -88,15 +82,13 @@ pubchempy==1.0.4
# via -r requirements.in
py-cord==2.4.1
# via -r requirements.in
pycparser==2.21
# via cffi
pyproject-hooks==1.0.0
# via build
pysocks==1.7.1
# via urllib3
python-dotenv==1.0.0
# via -r requirements.in
python-levenshtein==0.21.1
python-levenshtein==0.22.0
# via -r requirements.in
rapidfuzz==3.3.0
# via
Expand Down

0 comments on commit 871d6fc

Please sign in to comment.