From 0ee84954455cb3f451b32ab8df8509cefe025c72 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 20 Dec 2021 18:43:58 +0000 Subject: [PATCH] setup.py: bump minimum fonttools version to latest 4.28.1 includes several bugfixes since 4.26.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb3c4517e..6ac04665b 100644 --- a/setup.py +++ b/setup.py @@ -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",