From 4a45d0bdff712ef965fc527e7a834cc5c134c50d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Oct 2023 17:11:10 +0100 Subject: [PATCH 1/5] Update fonttools from 4.42.0 to 4.43.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 244c73c2..7cd67518 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fonttools[unicode,ufo,lxml,repacker]==4.42.0; platform_python_implementation == 'CPython' +fonttools[lxml,unicode,ufo,repacker]==4.43.1; platform_python_implementation == 'CPython' fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython' glyphsLib==6.2.5 ufo2ft==2.33.4 From f799cbeba6a8b1c173366691d51818823b6fd8a0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Oct 2023 17:11:11 +0100 Subject: [PATCH 2/5] Update fonttools from 4.42.0 to 4.43.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7cd67518..a0086190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fonttools[lxml,unicode,ufo,repacker]==4.43.1; platform_python_implementation == 'CPython' -fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython' +fonttools[unicode,ufo,repacker]==4.43.1; platform_python_implementation != 'CPython' glyphsLib==6.2.5 ufo2ft==2.33.4 fontMath==0.9.3 From 5db33d1ccfa76bef85b264d333dc2aeed1d65354 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Oct 2023 17:11:11 +0100 Subject: [PATCH 3/5] Update glyphslib from 6.2.5 to 6.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0086190..49ed2ba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fonttools[lxml,unicode,ufo,repacker]==4.43.1; platform_python_implementation == 'CPython' fonttools[unicode,ufo,repacker]==4.43.1; platform_python_implementation != 'CPython' -glyphsLib==6.2.5 +glyphsLib==6.4.1 ufo2ft==2.33.4 fontMath==0.9.3 booleanOperations==0.9.0 From 61e24a8d1d659a9945d6aec6aa07d2b5684be083 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Oct 2023 17:11:12 +0100 Subject: [PATCH 4/5] Update compreffor from 0.5.3 to 0.5.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 49ed2ba7..31baafb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ booleanOperations==0.9.0 ufoLib2==0.16.0 attrs==23.1.0 cffsubr==0.2.9.post1 -compreffor==0.5.3 +compreffor==0.5.5 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json From 8083fb79f63e4ab08bd4c9703ac323c3b5d02086 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Oct 2023 17:11:12 +0100 Subject: [PATCH 5/5] Update orjson from 3.9.3 to 3.9.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31baafb7..f378847b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json cattrs==23.1.2 -orjson==3.9.3; platform_python_implementation == 'CPython' +orjson==3.9.9; platform_python_implementation == 'CPython'