Skip to content

Commit

Permalink
update vharfbuzz dependency due to API change
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Mar 3, 2023
1 parent 7879e42 commit 96ee2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ stringbrewer==0.0.1
toml==0.10.2
ufolint==1.2.0
unicodedata2==15.0.0
vharfbuzz==0.1.4
vharfbuzz==0.2.0
ufo2ft==2.28.0 # Temporarily fixed at this version to workaround issue #3940
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'ufolint',
'ufo2ft>=2.25.2', # 2.25.2 updated the script lists for Unicode 14.0
'unicodedata2',
'vharfbuzz',
'vharfbuzz>=0.2.0', # API update
],
extras_require={
'docs': [
Expand Down

0 comments on commit 96ee2be

Please sign in to comment.