Skip to content

Commit

Permalink
bump minimum fonttools and glyphsLib
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 17, 2024
1 parent 2abf1eb commit fc3f1f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
fonttools[repacker,ufo,unicode,lxml]==4.47.0; platform_python_implementation == 'CPython'
fonttools[repacker,ufo,unicode]==4.47.0; platform_python_implementation != 'CPython'
fonttools[repacker,ufo,unicode,lxml]==4.47.2; platform_python_implementation == 'CPython'
fonttools[repacker,ufo,unicode]==4.47.2; platform_python_implementation != 'CPython'
glyphsLib==6.6.0
ufo2ft==2.33.4
fontMath==0.9.3
booleanOperations==0.9.0
ufoLib2==0.16.0
attrs==23.1.0
attrs==23.2.0
cffsubr==0.2.9.post1
compreffor==0.5.5
ttfautohint-py==0.5.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
dep_versions = {
"attrs": ">=19",
"fontMath": ">=0.9.3",
"fonttools": ">=4.42.0",
"glyphsLib": ">=6.2.5",
"fonttools": ">=4.47.2",
"glyphsLib": ">=6.6.0",
"ufo2ft": ">=2.33.4",
"ufoLib2": ">=0.16.0",
}
Expand Down

0 comments on commit fc3f1f2

Please sign in to comment.