From 57128cbca01293f1d3e03ced35921b72f0648803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:18:42 +0000 Subject: [PATCH] Bump pillow from 4.1.0 to 8.1.1 in /kmeans_mapreduce Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.0 to 8.1.1. - [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/4.1.0...8.1.1) Signed-off-by: dependabot[bot] --- kmeans_mapreduce/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmeans_mapreduce/requirements.txt b/kmeans_mapreduce/requirements.txt index 35c391c..ab6fbf1 100644 --- a/kmeans_mapreduce/requirements.txt +++ b/kmeans_mapreduce/requirements.txt @@ -1,6 +1,6 @@ matplotlib==1.5.3 numpy==1.11.3 pandas==0.19.2 -Pillow==4.1.0 +Pillow==8.1.1 mrjob==0.5.9 scikit_learn==0.18.1