Skip to content

Commit

Permalink
Bump unidecode to latest
Browse files Browse the repository at this point in the history
Tested the two paths where it’s used with no problems found.
  • Loading branch information
robinwhittleton authored and acabal committed Jan 15, 2023
1 parent 51cee1b commit c5b3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _get_version() -> str:
"smartypants==2.0.1",
"tinycss2==1.1.1", # Must stay at this version until the server can use Python >= 3.7
"titlecase==2.3", # Must stay at this version until the server can use Python >= 3.7
"unidecode==1.2.0"
"unidecode==1.3.6"
],
include_package_data=True,
entry_points={
Expand Down

0 comments on commit c5b3fef

Please sign in to comment.