Skip to content

Commit

Permalink
Merge pull request ersilia-os#807 from ersilia-os/dependabot/pip/leve…
Browse files Browse the repository at this point in the history
…nshtein-gte-0.21.1-and-lt-0.23.0

Update levenshtein requirement from ^0.21.1 to >=0.21.1,<0.23.0
  • Loading branch information
miquelduranfrigola authored Oct 5, 2023
2 parents 0132b03 + c297a11 commit 41bab24
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 @@ -47,7 +47,7 @@ pytest = {version = "^7.4.0", optional = true}
fuzzywuzzy = {version = "^0.18.0", optional = true}
sphinx = {version = ">=5.3.0", optional = true} # For compatibility with python 3.7.x
jinja2 = {version = "^3.1.2", optional = true}
levenshtein = {version = "^0.21.1", optional = true} # For faster fuzzy search
levenshtein = {version = ">=0.21.1,<0.23.0", optional = true} # For faster fuzzy search
boto3 = "^1.28.40"


Expand Down

0 comments on commit 41bab24

Please sign in to comment.