From efa6b4832421168510b3bfc541523e6aa3276d5a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:07 +0100 Subject: [PATCH 01/11] Update pytest from 6.2.4 to 6.2.5 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 88fc199c..e43ff8a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -pytest==6.2.4 +pytest==6.2.5 pytest-asyncio==0.15.1 From db56253edd4df74bb437d818de106ac63395ba12 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:08 +0100 Subject: [PATCH 02/11] Update pytest-asyncio from 0.15.1 to 0.16.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e43ff8a9..4fa81360 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ pytest==6.2.5 -pytest-asyncio==0.15.1 +pytest-asyncio==0.16.0 From 6f71776a5efeb7d6ba73282148b70b1c540397bd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:08 +0100 Subject: [PATCH 03/11] Update pillow from 8.3.2 to 8.4.0 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index f8c8cd1b..03093151 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ markdown==3.3.4 -pillow==8.3.2 +pillow==8.4.0 fontTools==4.24.3 fs==2.4.13 brotli==1.0.9 From 502d1a6e1cbbd44d57511f996c2fc8db01f76ae3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:08 +0100 Subject: [PATCH 04/11] Update fonttools from 4.24.3 to 4.27.1 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 03093151..34da5497 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ markdown==3.3.4 pillow==8.4.0 -fontTools==4.24.3 +fontTools==4.27.1 fs==2.4.13 brotli==1.0.9 From af3b93461fd7557229bfd1c65c0bf3b21befdfdc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:09 +0100 Subject: [PATCH 05/11] Update py2app from 0.24 to 0.26.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea943152..320eb9f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools>=42.0.2 wheel>=0.33.6 -py2app==0.24 +py2app==0.26.1 pyobjc==7.2 corefoundationasyncio==0.0.1 cocoa-vanilla==0.2.0 From d6a277e1e238304c6c19f214a3a8a6833419d957 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:09 +0100 Subject: [PATCH 06/11] Update pyobjc from 7.2 to 7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 320eb9f2..f81cad67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools>=42.0.2 wheel>=0.33.6 py2app==0.26.1 -pyobjc==7.2 +pyobjc==7.3 corefoundationasyncio==0.0.1 cocoa-vanilla==0.2.0 blackrenderer==0.3.1 From 82e78abe71a0ab3c0a0085dc85e9cc9b1d5cee95 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:09 +0100 Subject: [PATCH 07/11] Update blackrenderer from 0.3.1 to 0.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f81cad67..a6c4323a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ py2app==0.26.1 pyobjc==7.3 corefoundationasyncio==0.0.1 cocoa-vanilla==0.2.0 -blackrenderer==0.3.1 +blackrenderer==0.4.1 # fonttools[woff,ufo,type1,unicode,lxml]==4.24.3 # Temporarily add support for experimental extensions to the not-yet-official COLRv1 format: fonttools[woff,ufo,type1,unicode,lxml] @ git+https://github.com/justvanrossum/fonttools@colrv1-varco From 1900f6adab94f6c7d739c5211add48eafc724d79 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:10 +0100 Subject: [PATCH 08/11] Pin fonttools to latest version 4.27.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6c4323a..51448072 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cocoa-vanilla==0.2.0 blackrenderer==0.4.1 # fonttools[woff,ufo,type1,unicode,lxml]==4.24.3 # Temporarily add support for experimental extensions to the not-yet-official COLRv1 format: -fonttools[woff,ufo,type1,unicode,lxml] @ git+https://github.com/justvanrossum/fonttools@colrv1-varco +fonttools[woff,type1,unicode,ufo,lxml]==4.27.1 freetype-py==2.2.0 uharfbuzz==0.16.1 python-bidi==0.4.2 From 287c43a8a6cdf1e9811f034ce6605bb9dd29e522 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:10 +0100 Subject: [PATCH 09/11] Update uharfbuzz from 0.16.1 to 0.18.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51448072..f98ae7af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ blackrenderer==0.4.1 # Temporarily add support for experimental extensions to the not-yet-official COLRv1 format: fonttools[woff,type1,unicode,ufo,lxml]==4.27.1 freetype-py==2.2.0 -uharfbuzz==0.16.1 +uharfbuzz==0.18.0 python-bidi==0.4.2 jundo==0.1.2 ufo2ft==2.21.0 From 38b4803ee507f70fcbe73f14a27607934ab1c1bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:10 +0100 Subject: [PATCH 10/11] Update ufo2ft from 2.21.0 to 2.25.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f98ae7af..5e5079e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ freetype-py==2.2.0 uharfbuzz==0.18.0 python-bidi==0.4.2 jundo==0.1.2 -ufo2ft==2.21.0 +ufo2ft==2.25.1 numpy==1.20.3 unicodedata2==13.0.0.post2 git+https://github.com/BlackFoundryCom/rcjk-tools/ From d97d6d03dee513320974d3da9cc1a6b661df1e23 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 18:35:11 +0100 Subject: [PATCH 11/11] Update numpy from 1.20.3 to 1.21.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e5079e1..7c8b5df7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ uharfbuzz==0.18.0 python-bidi==0.4.2 jundo==0.1.2 ufo2ft==2.25.1 -numpy==1.20.3 +numpy==1.21.3 unicodedata2==13.0.0.post2 git+https://github.com/BlackFoundryCom/rcjk-tools/