From c77b9ce83964a6b687f27cd063681eff0dd1ed38 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Nov 2024 17:05:03 +0100 Subject: [PATCH 1/3] Update glyphslib from 6.9.2 to 6.9.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f858f8c6..c43af8d1 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.2 +glyphsLib==6.9.3 ufo2ft==3.3.1 fontMath==0.9.4 booleanOperations==0.9.0 From ec82a05f372631a1385fd51aade932abc73d4d9f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Nov 2024 17:05:04 +0100 Subject: [PATCH 2/3] Update ufolib2 from 0.16.0 to 0.16.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c43af8d1..9ab55388 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ glyphsLib==6.9.3 ufo2ft==3.3.1 fontMath==0.9.4 booleanOperations==0.9.0 -ufoLib2==0.16.0 +ufoLib2==0.16.1 cffsubr==0.3.0 compreffor==0.5.6 ttfautohint-py==0.5.1 From ebace342646c1869af53958d716e463d82fb2e0c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Nov 2024 17:05:05 +0100 Subject: [PATCH 3/3] Update orjson from 3.10.10 to 3.10.11 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ab55388..cc1aeb03 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==24.1.2 -orjson==3.10.10; platform_python_implementation == 'CPython' +orjson==3.10.11; platform_python_implementation == 'CPython'