Skip to content

Commit 0971eb0

Browse files
committed
bump ufo2ft min dep >= 3.0.1
Fixes a bug when --drop-implied-oncurves option was set googlefonts/ufo2ft#817
1 parent 691bfc8 commit 0971eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fonttools[repacker,ufo,unicode,lxml]==4.48.1; platform_python_implementation == 'CPython'
22
fonttools[repacker,ufo,unicode]==4.48.1; platform_python_implementation != 'CPython'
33
glyphsLib==6.6.3
4-
ufo2ft==3.0.0
4+
ufo2ft==3.0.1
55
fontMath==0.9.3
66
booleanOperations==0.9.0
77
ufoLib2==0.16.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fontMath": ">=0.9.3",
3434
"fonttools": ">=4.48.1",
3535
"glyphsLib": ">=6.6.3",
36-
"ufo2ft": ">=3.0.0",
36+
"ufo2ft": ">=3.0.1",
3737
"ufoLib2": ">=0.16.0",
3838
}
3939

0 commit comments

Comments
 (0)