Skip to content

Commit e9a0736

Browse files
committed
also bump fonttools >= 4.42.0
https://github.com/fonttools/fonttools/releases/tag/4.42.0 also required by ufo2ft 2.33.4 so we must bump it anyway
1 parent 4364c12 commit e9a0736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
dep_versions = {
3232
"attrs": ">=19",
3333
"fontMath": ">=0.9.3",
34-
"fonttools": ">=4.41.1",
34+
"fonttools": ">=4.42.0",
3535
"glyphsLib": ">=6.2.5",
3636
"ufo2ft": ">=2.33.4",
3737
"ufoLib2": ">=0.16.0",

0 commit comments

Comments
 (0)