From f668969d2542753d01f1f41e0b4eabffe78f8681 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Oct 2023 17:15:57 +0100 Subject: [PATCH 1/5] Update fonttools from 4.42.0 to 4.43.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 244c73c2..8765279f 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,repacker,ufo]==4.43.0; platform_python_implementation == 'CPython' fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython' glyphsLib==6.2.5 ufo2ft==2.33.4 From 27bc715303a9c3bd2d56d8ab1ef2c51915330296 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Oct 2023 17:15:58 +0100 Subject: [PATCH 2/5] Update fonttools from 4.42.0 to 4.43.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8765279f..b8b82faa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fonttools[lxml,unicode,repacker,ufo]==4.43.0; platform_python_implementation == 'CPython' -fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython' +fonttools[unicode,repacker,ufo]==4.43.0; platform_python_implementation != 'CPython' glyphsLib==6.2.5 ufo2ft==2.33.4 fontMath==0.9.3 From 3e6ce2bd0496fcebedc7adad672bec466632d013 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Oct 2023 17:15:59 +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 b8b82faa..36683017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fonttools[lxml,unicode,repacker,ufo]==4.43.0; platform_python_implementation == 'CPython' fonttools[unicode,repacker,ufo]==4.43.0; 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 8a62fe967576be5f6f0d8951d7c6eab9d4441ed1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Oct 2023 17:15:59 +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 36683017..bcb27341 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 e180bb245043af97f25bf850e9c85dd0b89cc8ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Oct 2023 17:16:00 +0100 Subject: [PATCH 5/5] Update orjson from 3.9.3 to 3.9.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bcb27341..44a97528 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.7; platform_python_implementation == 'CPython'