From c85b8f6d2e876397a48774e6e81adc4b147bd14e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Nov 2023 16:10:05 +0000 Subject: [PATCH 1/4] Update fonttools from 4.43.1 to 4.45.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d548683..6e6b7cf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fonttools[lxml,unicode,ufo,repacker]==4.43.1; platform_python_implementation == 'CPython' +fonttools[repacker,ufo,unicode,lxml]==4.45.1; platform_python_implementation == 'CPython' fonttools[unicode,ufo,repacker]==4.43.1; platform_python_implementation != 'CPython' glyphsLib==6.4.1 ufo2ft==2.33.4 From e8026e34554c079a17472da481bb263f1745f882 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Nov 2023 16:10:06 +0000 Subject: [PATCH 2/4] Update fonttools from 4.43.1 to 4.45.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e6b7cf8..54ea7033 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fonttools[repacker,ufo,unicode,lxml]==4.45.1; platform_python_implementation == 'CPython' -fonttools[unicode,ufo,repacker]==4.43.1; platform_python_implementation != 'CPython' +fonttools[ufo,unicode,repacker]==4.45.1; platform_python_implementation != 'CPython' glyphsLib==6.4.1 ufo2ft==2.33.4 fontMath==0.9.3 From 06ebd75b1dc7f0ac26144de1ebe67f4e92b825e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Nov 2023 16:10:06 +0000 Subject: [PATCH 3/4] Update glyphslib from 6.4.1 to 6.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54ea7033..aeeadf1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fonttools[repacker,ufo,unicode,lxml]==4.45.1; platform_python_implementation == 'CPython' fonttools[ufo,unicode,repacker]==4.45.1; platform_python_implementation != 'CPython' -glyphsLib==6.4.1 +glyphsLib==6.5.0 ufo2ft==2.33.4 fontMath==0.9.3 booleanOperations==0.9.0 From 9c9193d1c7c5cefd2d03f0c4ff1af738cebdeaf9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Nov 2023 16:10:07 +0000 Subject: [PATCH 4/4] Update cattrs from 23.1.2 to 23.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aeeadf1a..f4bde45d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ compreffor==0.5.5 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json -cattrs==23.1.2 +cattrs==23.2.2 orjson==3.9.10; platform_python_implementation == 'CPython'