From e8bcc8f440f40ed1e14ba4d1c3db7a0a4272b695 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Apr 2024 17:07:03 +0100 Subject: [PATCH 1/4] Update fonttools from 4.50.0 to 4.51.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebed056e..dca7ee6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fonttools[lxml,repacker,ufo,unicode]==4.50.0; platform_python_implementation == 'CPython' +fonttools[ufo,unicode,repacker,lxml]==4.51.0; platform_python_implementation == 'CPython' fonttools[repacker,ufo,unicode]==4.50.0; platform_python_implementation != 'CPython' glyphsLib==6.7.0 ufo2ft==3.2.0 From 17eaa303cc643b6fde086d00d093080a2ae96607 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Apr 2024 17:07:04 +0100 Subject: [PATCH 2/4] Update fonttools from 4.50.0 to 4.51.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dca7ee6e..4a96100f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fonttools[ufo,unicode,repacker,lxml]==4.51.0; platform_python_implementation == 'CPython' -fonttools[repacker,ufo,unicode]==4.50.0; platform_python_implementation != 'CPython' +fonttools[ufo,repacker,unicode]==4.51.0; platform_python_implementation != 'CPython' glyphsLib==6.7.0 ufo2ft==3.2.0 fontMath==0.9.3 From 63f5dd6d169f695d8b070edf89560a9b58474c97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Apr 2024 17:07:04 +0100 Subject: [PATCH 3/4] Update ufo2ft from 3.2.0 to 3.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a96100f..765110d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fonttools[ufo,unicode,repacker,lxml]==4.51.0; platform_python_implementation == 'CPython' fonttools[ufo,repacker,unicode]==4.51.0; platform_python_implementation != 'CPython' glyphsLib==6.7.0 -ufo2ft==3.2.0 +ufo2ft==3.2.1 fontMath==0.9.3 booleanOperations==0.9.0 ufoLib2==0.16.0 From e6212285c8378c2582f0934e85a47ebd3d8082e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Apr 2024 17:07:05 +0100 Subject: [PATCH 4/4] Update orjson from 3.9.15 to 3.10.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 765110d0..91e6801c 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.9.15; platform_python_implementation == 'CPython' +orjson==3.10.1; platform_python_implementation == 'CPython'