From a6908e9f7befb7c9aaf4f31c2b7255eda604012e Mon Sep 17 00:00:00 2001 From: Skef Iterum Date: Thu, 27 Feb 2025 04:45:31 -0800 Subject: [PATCH] Try yet more recent fonttools --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 670937522..150be940c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "booleanOperations >= 0.9.0", "defcon[lxml,pens] >= 0.10.3", "fontMath >= 0.9.4", - "fontTools[unicode,woff,lxml,ufo] >= 4.55.0", + "fontTools[unicode,woff,lxml,ufo] >= 4.56.0", "tqdm >= 4.66.1", "ufonormalizer >= 0.6.2", "ufoProcessor >= 1.13.1", diff --git a/requirements.txt b/requirements.txt index 9026e32ea..ed8d88b49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ lxml==4.9.3 booleanOperations==0.9.0 defcon[lxml,pens]==0.10.3 fontMath==0.9.4 -fontTools[unicode,woff,lxml,ufo]==4.55.0 +fontTools[unicode,woff,lxml,ufo]==4.56.0 tqdm==4.66.1 ufonormalizer==0.6.2 ufoProcessor==1.13.1