From ca96d25faa67638930ddc7f9bd1ab218a76caf22 Mon Sep 17 00:00:00 2001 From: rsheeter Date: Thu, 14 Nov 2024 10:27:37 -0800 Subject: [PATCH] Update to FontTools 4.55 --- requirements.txt | 6 +++--- tests/test_main.py | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 689b2bb8..3aad8dc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -fonttools[ufo,repacker,lxml,unicode]==4.54.1; platform_python_implementation == 'CPython' -fonttools[ufo,repacker,unicode]==4.54.1; platform_python_implementation != 'CPython' -glyphsLib==6.9.4 +fonttools[ufo,repacker,lxml,unicode]==4.55.0; platform_python_implementation == 'CPython' +fonttools[ufo,repacker,unicode]==4.55.0; platform_python_implementation != 'CPython' +glyphsLib==6.9.5 ufo2ft==3.3.1 fontMath==0.9.4 booleanOperations==0.9.0 diff --git a/tests/test_main.py b/tests/test_main.py index f000be42..22d53333 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -869,12 +869,12 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + - + @@ -883,7 +883,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + @@ -896,7 +896,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + @@ -909,7 +909,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + @@ -933,7 +933,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + @@ -941,7 +941,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + @@ -949,13 +949,13 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path): - + - """ + """ ).splitlines() )