Skip to content

Commit 3747ab3

Browse files
committed
bump fonttools and ufo2ft
1 parent b802a70 commit 3747ab3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
fonttools[ufo,repacker,lxml,unicode]==4.59.1; platform_python_implementation == 'CPython'
2-
fonttools[ufo,repacker,unicode]==4.59.1; platform_python_implementation != 'CPython'
1+
fonttools[ufo,repacker,lxml,unicode]==4.59.2; platform_python_implementation == 'CPython'
2+
fonttools[ufo,repacker,unicode]==4.59.2; platform_python_implementation != 'CPython'
33
glyphsLib==6.11.6
4-
ufo2ft==3.6.0
4+
ufo2ft==3.6.1
55
fontMath==0.9.4
66
booleanOperations==0.9.0
77
ufoLib2==0.18.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
dep_versions = {
3232
"fontMath": ">=0.9.4",
33-
"fonttools": ">=4.59.1",
33+
"fonttools": ">=4.59.2",
3434
"glyphsLib": ">=6.11.6",
35-
"ufo2ft": ">=3.6.0",
35+
"ufo2ft": ">=3.6.1",
3636
"ufoLib2": ">=0.18.1",
3737
}
3838

0 commit comments

Comments
 (0)