From 71f36084409705433b488ac72f96f83e03bdca27 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Sep 2023 17:13:05 +0100 Subject: [PATCH 1/5] Update fonttools from 4.42.0 to 4.42.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 244c73c2..01aa2327 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,lxml,repacker,unicode]==4.42.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 839b7129e106b579acc21d38943f21e58e9d983d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Sep 2023 17:13:05 +0100 Subject: [PATCH 2/5] Update fonttools from 4.42.0 to 4.42.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01aa2327..ea195942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fonttools[ufo,lxml,repacker,unicode]==4.42.1; platform_python_implementation == 'CPython' -fonttools[unicode,ufo,repacker]==4.42.0; platform_python_implementation != 'CPython' +fonttools[ufo,repacker,unicode]==4.42.1; platform_python_implementation != 'CPython' glyphsLib==6.2.5 ufo2ft==2.33.4 fontMath==0.9.3 From 4205ed2a6e8b1d1a1c770720113c1a646790b094 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Sep 2023 17:13:05 +0100 Subject: [PATCH 3/5] Update glyphslib from 6.2.5 to 6.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea195942..50bc5707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fonttools[ufo,lxml,repacker,unicode]==4.42.1; platform_python_implementation == 'CPython' fonttools[ufo,repacker,unicode]==4.42.1; platform_python_implementation != 'CPython' -glyphsLib==6.2.5 +glyphsLib==6.3.0 ufo2ft==2.33.4 fontMath==0.9.3 booleanOperations==0.9.0 From 25d3a97e5b476c548fc07a8ff69b0b954548f2cf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Sep 2023 17:13:06 +0100 Subject: [PATCH 4/5] Update compreffor from 0.5.3 to 0.5.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50bc5707..d4f71976 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.4 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json From 19b873513d51e4db03ebf8b916ea4014e0f585a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Sep 2023 17:13:06 +0100 Subject: [PATCH 5/5] Update orjson from 3.9.3 to 3.9.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4f71976..4cd3b482 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.5; platform_python_implementation == 'CPython'