From d5ad8c41c4aa60bd48c32eda9a24162ed0d490e5 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Wed, 26 Aug 2020 22:20:32 +0100 Subject: [PATCH 1/2] Update Pillow to 7.1 as advised by Dependabot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3898404ce..00a5d60b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ matplotlib==3.1.2 numpy==1.18.1 # via matplotlib packaging==20.0 # via sphinx pdfrw==0.4 -pillow==7.0.0 # via reportlab, xhtml2pdf +pillow==7.1.0 # via reportlab, xhtml2pdf pygments==2.5.2 pyparsing==2.4.6 # via matplotlib, packaging pypdf2==1.26.0 From f288e07de4b5a29ebb2790e75ebe68483260c1dc Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Fri, 28 Aug 2020 09:50:51 +0100 Subject: [PATCH 2/2] Update CHANGES.rst for #903 --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 021f7ec2e..0bdf0c2e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,7 @@ ------ * Changed Update Pygments styles (Issue #882) +* Update Pillow dependency in requirements.txt. (Issue #858) * Changed: Inkscape 1.0 final supported properly and use path on Windows. (Issue #870) * Changed: Use content-based comparison in tests. (Issue #854) * Fixed: Elements with that that don't have an rst2pdf element (e.g. subtitles, inline references) no