From 0862110c03988ce13379c3520e0a298804f0e7aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:12 +0200 Subject: [PATCH 01/10] Update sphinx from 7.4.3 to 8.0.2 --- Doc/docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/docs-requirements.txt b/Doc/docs-requirements.txt index 4269223fb..c43b92471 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.3 +sphinx==8.0.2 sphinx_rtd_theme==2.0.0 reportlab==4.2.2 freetype-py==2.4.0 From eae569710e880ae5f25831bbd65bcfec05893c14 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:13 +0200 Subject: [PATCH 02/10] Update sphinx_rtd_theme from 2.0.0 to 3.0.0 --- Doc/docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/docs-requirements.txt b/Doc/docs-requirements.txt index c43b92471..b1c6afa04 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,4 +1,4 @@ sphinx==8.0.2 -sphinx_rtd_theme==2.0.0 +sphinx_rtd_theme==3.0.0 reportlab==4.2.2 freetype-py==2.4.0 From 842fcdd1d49629b9a3cb2db14f0ae7e49ab3f6ff Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:14 +0200 Subject: [PATCH 03/10] Update reportlab from 4.2.2 to 4.2.5 --- Doc/docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/docs-requirements.txt b/Doc/docs-requirements.txt index b1c6afa04..9cbd1f5e1 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,4 +1,4 @@ sphinx==8.0.2 sphinx_rtd_theme==3.0.0 -reportlab==4.2.2 +reportlab==4.2.5 freetype-py==2.4.0 From 9438969f84a8ba62f503180fc0d09f90e884d35c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:14 +0200 Subject: [PATCH 04/10] Update freetype-py from 2.4.0 to 2.5.1 --- Doc/docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/docs-requirements.txt b/Doc/docs-requirements.txt index 9cbd1f5e1..3ecc993b2 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,4 +1,4 @@ sphinx==8.0.2 sphinx_rtd_theme==3.0.0 reportlab==4.2.5 -freetype-py==2.4.0 +freetype-py==2.5.1 From 86bced4c5f7aaba228b603f7f841518950536653 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:15 +0200 Subject: [PATCH 05/10] Update freetype-py from 2.4.0 to 2.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fde2798d..3e4011ad0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ skia-pathops==0.8.0.post1; platform_python_implementation != "PyPy" ufoLib2==0.16.0 ufo2ft==3.2.7 pyobjc==10.3.1; sys_platform == "darwin" -freetype-py==2.4.0 +freetype-py==2.5.1 uharfbuzz==0.39.3 glyphsLib==6.8.0 # this is only required to run Tests/varLib/interpolatable_test.py lxml==5.3.0 From 80c03f11eabb0defb6015cf960cc14c8823ea137 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:16 +0200 Subject: [PATCH 06/10] Update scipy from 1.14.0 to 1.14.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e4011ad0..bce1fafad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ brotli==1.1.0; platform_python_implementation != "PyPy" brotlicffi==1.1.0.0; platform_python_implementation == "PyPy" unicodedata2==15.1.0; python_version <= '3.11' scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore -scipy==1.14.0; platform_python_implementation != "PyPy" and python_version >= '3.9' +scipy==1.14.1; platform_python_implementation != "PyPy" and python_version >= '3.9' munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.2.3 fs==2.4.16 From f6a525b6d1975641ceb9d88bcb7e3c7d6514ecfd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:16 +0200 Subject: [PATCH 07/10] Update ufo2ft from 3.2.7 to 3.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bce1fafad..f57e35f14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ fs==2.4.16 skia-pathops==0.8.0.post1; platform_python_implementation != "PyPy" # this is only required to run Tests/cu2qu/{ufo,cli}_test.py ufoLib2==0.16.0 -ufo2ft==3.2.7 +ufo2ft==3.3.0 pyobjc==10.3.1; sys_platform == "darwin" freetype-py==2.5.1 uharfbuzz==0.39.3 From 9f6c538a51512966505b3b77a911f665540f2fcf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:17 +0200 Subject: [PATCH 08/10] Update uharfbuzz from 0.39.3 to 0.41.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f57e35f14..26077a079 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ ufoLib2==0.16.0 ufo2ft==3.3.0 pyobjc==10.3.1; sys_platform == "darwin" freetype-py==2.5.1 -uharfbuzz==0.39.3 +uharfbuzz==0.41.0 glyphsLib==6.8.0 # this is only required to run Tests/varLib/interpolatable_test.py lxml==5.3.0 sympy==1.13.2 From 884b4476bbf6df0513027619daf5a84ddbe400c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:18 +0200 Subject: [PATCH 09/10] Update glyphslib from 6.8.0 to 6.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26077a079..b42839c2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ ufo2ft==3.3.0 pyobjc==10.3.1; sys_platform == "darwin" freetype-py==2.5.1 uharfbuzz==0.41.0 -glyphsLib==6.8.0 # this is only required to run Tests/varLib/interpolatable_test.py +glyphsLib==6.9.0 # this is only required to run Tests/varLib/interpolatable_test.py lxml==5.3.0 sympy==1.13.2 From 04adc2805b567d72dec8297a5de5d2c404d5f256 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Oct 2024 17:49:18 +0200 Subject: [PATCH 10/10] Update sympy from 1.13.2 to 1.13.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b42839c2c..861a91aa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ freetype-py==2.5.1 uharfbuzz==0.41.0 glyphsLib==6.9.0 # this is only required to run Tests/varLib/interpolatable_test.py lxml==5.3.0 -sympy==1.13.2 +sympy==1.13.3