Skip to content

Commit 691bfc8

Browse files
committed
update fonttools, glyphsLib and ufo2ft deps to latest
1 parent 08faad9 commit 691bfc8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fonttools[repacker,ufo,unicode,lxml]==4.47.2; platform_python_implementation == 'CPython'
2-
fonttools[repacker,ufo,unicode]==4.47.2; platform_python_implementation != 'CPython'
1+
fonttools[repacker,ufo,unicode,lxml]==4.48.1; platform_python_implementation == 'CPython'
2+
fonttools[repacker,ufo,unicode]==4.48.1; platform_python_implementation != 'CPython'
33
glyphsLib==6.6.3
44
ufo2ft==3.0.0
55
fontMath==0.9.3

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
dep_versions = {
3232
"attrs": ">=19",
3333
"fontMath": ">=0.9.3",
34-
"fonttools": ">=4.47.2",
35-
"glyphsLib": ">=6.6.1",
36-
"ufo2ft": ">=3.0.0a1",
34+
"fonttools": ">=4.48.1",
35+
"glyphsLib": ">=6.6.3",
36+
"ufo2ft": ">=3.0.0",
3737
"ufoLib2": ">=0.16.0",
3838
}
3939

0 commit comments

Comments
 (0)