Skip to content

Commit

Permalink
setup.py: bump minimum fonttools version to latest 4.28.1
Browse files Browse the repository at this point in the history
includes several bugfixes since 4.26.1
  • Loading branch information
anthrotype committed Dec 20, 2021
1 parent 8107fc2 commit 0ee8495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
setup_requires=pytest_runner + wheel + ["setuptools_scm"],
tests_require=["pytest>=2.8"],
install_requires=[
"fonttools[ufo]>=4.26.1",
"fonttools[ufo]>=4.28.5",
"cu2qu>=1.6.7",
"cffsubr>=0.2.8",
"booleanOperations>=0.9.0",
Expand Down

0 comments on commit 0ee8495

Please sign in to comment.