Skip to content

Commit

Permalink
bump fonttools >= 4.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jul 21, 2023
1 parent 65b882a commit e12bdbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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]==4.41.0; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.41.0; platform_python_implementation != 'CPython'
fonttools[unicode,ufo,lxml]==4.41.1; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.41.1; platform_python_implementation != 'CPython'
glyphsLib==6.2.5
ufo2ft==2.32.0
MutatorMath==3.0.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
setup_requires=wheel + ["setuptools_scm"],
python_requires=">=3.8",
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.40.0 ; implementation_name == 'cpython'",
"fonttools[ufo,unicode]>=4.40.0 ; implementation_name != 'cpython'",
"fonttools[ufo,lxml,unicode]>=4.41.1 ; implementation_name == 'cpython'",
"fonttools[ufo,unicode]>=4.41.1 ; implementation_name != 'cpython'",
"glyphsLib>=6.2.5",
"ufo2ft[compreffor]>=2.32.0",
"fontMath>=0.9.3",
Expand Down

0 comments on commit e12bdbb

Please sign in to comment.