From cc25a220dc9323433ff9e82d04e7866df50968e0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2024 17:05:04 +0100 Subject: [PATCH 1/4] Update glyphslib from 6.7.1 to 6.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cf77c90..95683c5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ 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.7.1 +glyphsLib==6.8.0 ufo2ft==3.2.5 fontMath==0.9.3 booleanOperations==0.9.0 From 28e96291a82949f966fe3b3399186fe4cff706df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2024 17:05:05 +0100 Subject: [PATCH 2/4] Update ufo2ft from 3.2.5 to 3.2.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95683c5d..3a46e416 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.0 -ufo2ft==3.2.5 +ufo2ft==3.2.7 fontMath==0.9.3 booleanOperations==0.9.0 ufoLib2==0.16.0 From e711bf307123e66920712643f9b712bc25e715ab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2024 17:05:05 +0100 Subject: [PATCH 3/4] Update fontmath from 0.9.3 to 0.9.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a46e416..b055156e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fonttools[repacker,unicode,ufo,lxml]==4.53.1; platform_python_implementation == fonttools[repacker,unicode,ufo]==4.53.1; platform_python_implementation != 'CPython' glyphsLib==6.8.0 ufo2ft==3.2.7 -fontMath==0.9.3 +fontMath==0.9.4 booleanOperations==0.9.0 ufoLib2==0.16.0 cffsubr==0.3.0 From d6fb7b7b2765eaf988e2cd8e5170eec3b62d0cbd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2024 17:05:06 +0100 Subject: [PATCH 4/4] Update orjson from 3.10.6 to 3.10.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b055156e..9ef460d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json cattrs==23.2.3 -orjson==3.10.6; platform_python_implementation == 'CPython' +orjson==3.10.7; platform_python_implementation == 'CPython'