From 8f4f57c025825d95a1d60303fbe03d0fb6524253 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Sep 2024 17:05:04 +0100 Subject: [PATCH 1/2] Update ufo2ft from 3.2.7 to 3.2.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9807e9a7..76b15987 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fonttools[repacker,unicode,ufo,lxml]==4.53.1; platform_python_implementation == 'CPython' fonttools[repacker,unicode,ufo]==4.53.1; platform_python_implementation != 'CPython' glyphsLib==6.8.2 -ufo2ft==3.2.7 +ufo2ft==3.2.8 fontMath==0.9.4 booleanOperations==0.9.0 ufoLib2==0.16.0 From 96f9c68bf499a408c13341842e31fedf11c04a6d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Sep 2024 17:05:04 +0100 Subject: [PATCH 2/2] Update cattrs from 23.2.3 to 24.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76b15987..3da9a949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ compreffor==0.5.5 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json -cattrs==23.2.3 +cattrs==24.1.0 orjson==3.10.7; platform_python_implementation == 'CPython'