Skip to content

Commit

Permalink
bump glyphsLib>=6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 18, 2024
1 parent 76065a2 commit 14d5559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
glyphsLib==6.6.1
ufo2ft==2.33.4
fontMath==0.9.3
booleanOperations==0.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"attrs": ">=19",
"fontMath": ">=0.9.3",
"fonttools": ">=4.47.2",
"glyphsLib": ">=6.6.0",
"glyphsLib": ">=6.6.1",
"ufo2ft": ">=2.33.4,<3",
"ufoLib2": ">=0.16.0",
}
Expand Down

0 comments on commit 14d5559

Please sign in to comment.