From b18f8211adcbc9ff89224ccf2ded5c334b504bd3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Aug 2020 16:45:03 +0100 Subject: [PATCH 1/3] Update sphinx from 3.1.2 to 3.2.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 255c126c6..8132606a4 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,3 +1,3 @@ -sphinx==3.1.2 +sphinx==3.2.1 sphinx_rtd_theme==0.5.0 reportlab==3.5.44 From 7a4a88ad2d25ab4a5fc61fa76114f073b47b4a71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Aug 2020 16:45:04 +0100 Subject: [PATCH 2/3] Update reportlab from 3.5.44 to 3.5.47 --- 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 8132606a4..4ea382753 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,3 +1,3 @@ sphinx==3.2.1 sphinx_rtd_theme==0.5.0 -reportlab==3.5.44 +reportlab==3.5.47 From 735ac43898221a116fb60999b1c62cf5bd57ac71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Aug 2020 16:45:05 +0100 Subject: [PATCH 3/3] Update scipy from 1.5.1 to 1.5.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e05d32a14..9e8580859 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ brotli==1.0.7; platform_python_implementation != "PyPy" brotlipy==0.7.0; platform_python_implementation == "PyPy" unicodedata2==13.0.0.post2; python_version < '3.9' and platform_python_implementation != "PyPy" -scipy==1.5.1; platform_python_implementation != "PyPy" +scipy==1.5.2; platform_python_implementation != "PyPy" munkres==1.1.2; platform_python_implementation == "PyPy" zopfli==0.1.6 fs==2.4.11