From d62d47e303b05dffcb1c406cb6ad2e364dffc336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:04:05 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 6.2.0 in /ec2/prebuilt/dlami/templates Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.1.0...6.2.0) Signed-off-by: dependabot[bot] --- ec2/prebuilt/dlami/templates/requirements.in | 2 +- ec2/prebuilt/dlami/templates/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ec2/prebuilt/dlami/templates/requirements.in b/ec2/prebuilt/dlami/templates/requirements.in index ed22bcd..cae7493 100644 --- a/ec2/prebuilt/dlami/templates/requirements.in +++ b/ec2/prebuilt/dlami/templates/requirements.in @@ -1,6 +1,6 @@ beautifulsoup4==4.6.0 networkx==2.1 -pillow==5.1.0 +pillow==6.2.0 scikit-learn==0.19.1 seaborn==0.8.1 tqdm==4.19.7 \ No newline at end of file diff --git a/ec2/prebuilt/dlami/templates/requirements.txt b/ec2/prebuilt/dlami/templates/requirements.txt index 8a5ea98..0e1d2b6 100644 --- a/ec2/prebuilt/dlami/templates/requirements.txt +++ b/ec2/prebuilt/dlami/templates/requirements.txt @@ -12,7 +12,7 @@ matplotlib==2.2.2 # via seaborn networkx==2.1 numpy==1.14.5 # via matplotlib, pandas, scipy, seaborn pandas==0.23.1 # via seaborn -pillow==5.1.0 +pillow==6.2.0 pyparsing==2.2.0 # via matplotlib python-dateutil==2.7.3 # via matplotlib, pandas pytz==2018.4 # via matplotlib, pandas @@ -20,4 +20,4 @@ scikit-learn==0.19.1 scipy==1.1.0 # via seaborn seaborn==0.8.1 six==1.11.0 # via cycler, matplotlib, python-dateutil -tqdm==4.19.7 \ No newline at end of file +tqdm==4.19.7