From fd570c86cb78d02d16ad7382143b3fdbe38a8a76 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 17:11:09 +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..6507a3ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fonttools[unicode,ufo,lxml,repacker]==4.42.0; platform_python_implementation == 'CPython' +fonttools[ufo,repacker,lxml,unicode]==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 618bded339945b539b6279cbe4e4319793f83959 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 17:11:09 +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 6507a3ab..79d0abc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fonttools[ufo,repacker,lxml,unicode]==4.43.1; platform_python_implementation == 'CPython' -fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython' +fonttools[ufo,repacker,unicode]==4.43.1; platform_python_implementation != 'CPython' glyphsLib==6.2.5 ufo2ft==2.33.4 fontMath==0.9.3 From d5779adb98ad052ffa2beb92d584c706b80e3ed4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 17:11:10 +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 79d0abc6..a1eca4ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fonttools[ufo,repacker,lxml,unicode]==4.43.1; platform_python_implementation == 'CPython' fonttools[ufo,repacker,unicode]==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 cbb595c2dcc84ea4fd3b96e2dd1a0a8d1c206ce5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 17:11:10 +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 a1eca4ce..41f4a2f9 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 203ea3746b1a3906ba4b28ab3a48ccdc49bf1f8d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 17:11:11 +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 41f4a2f9..dc77daab 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'