Skip to content

Commit

Permalink
also bump fonttools >= 4.42.0
Browse files Browse the repository at this point in the history
https://github.com/fonttools/fonttools/releases/tag/4.42.0

also required by ufo2ft 2.33.4 so we must bump it anyway
  • Loading branch information
anthrotype committed Aug 4, 2023
1 parent 4364c12 commit e9a0736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fonttools[unicode,ufo,lxml,repacker]==4.41.1; platform_python_implementation == 'CPython'
fonttools[unicode,ufo,repacker]==4.41.1; platform_python_implementation != 'CPython'
fonttools[unicode,ufo,lxml,repacker]==4.42.0; platform_python_implementation == 'CPython'
fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython'
glyphsLib==6.2.5
ufo2ft==2.33.4
fontMath==0.9.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dep_versions = {
"attrs": ">=19",
"fontMath": ">=0.9.3",
"fonttools": ">=4.41.1",
"fonttools": ">=4.42.0",
"glyphsLib": ">=6.2.5",
"ufo2ft": ">=2.33.4",
"ufoLib2": ">=0.16.0",
Expand Down

0 comments on commit e9a0736

Please sign in to comment.