From ede2fa8fd0d7e662321304c1a41f2f65f859f799 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 6 Feb 2024 15:57:53 +0000 Subject: [PATCH] use the latest fontmake 3.8.0 https://github.com/googlefonts/fontmake/releases/tag/v3.8.0 --- resources/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/requirements.txt b/resources/scripts/requirements.txt index 48fb36889..9190f7a37 100644 --- a/resources/scripts/requirements.txt +++ b/resources/scripts/requirements.txt @@ -1,7 +1,7 @@ absl-py # keep fontmake version pinned to ensure output from ttx_diff.py is stable; # the 'repacker' option enables faster GSUB/GPOS serialization via uharfbuzz -fontmake[repacker]==3.7.1 +fontmake[repacker]==3.8.0 # technically fonttools is in turn a dependency of fontmake but a few of # our scripts import it directly, so we list it among the top-level requirements. fonttools