From 330afc55b343f0a21f0740552ac11fd5cccbdc9d Mon Sep 17 00:00:00 2001 From: Ben Kiel Date: Wed, 20 Nov 2024 09:59:36 -0600 Subject: [PATCH] Update with changes from current (#779) * Update fonttools from 4.53.1 to 4.54.1 (#746) * Update base.py (#750) * Fix copyData based on #758 (#765) * add test based on #758 * use deepcopy in copyData * Update fonttools from 4.54.1 to 4.55.0 (#771) * Stop testing 3.8, start testing 3.12, 3.13 * Format fixes by ruff --------- Co-authored-by: pyup.io bot Co-authored-by: benkiel --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c9b973f..9ddf4a7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -FontTools[ufo,unicode,lxml]==4.54.1 +FontTools[unicode,lxml,ufo]==4.55.0 fontMath==0.9.4 defcon[pens]==0.10.3 booleanOperations==0.9.0