From 097df9a795c63d53242b3c36960cd50dde50c750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:06:14 +0000 Subject: [PATCH] Bump pillow from 5.4.0 to 8.1.1 in /Chapter13/chapter_13 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.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/5.4.0...8.1.1) Signed-off-by: dependabot[bot] --- Chapter13/chapter_13/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter13/chapter_13/requirements.txt b/Chapter13/chapter_13/requirements.txt index e1014bf..dd379f7 100644 --- a/Chapter13/chapter_13/requirements.txt +++ b/Chapter13/chapter_13/requirements.txt @@ -2,7 +2,7 @@ xlsxwriter==1.1.2 colorama==0.4.1 pyfiglet==0.8.post0 mutagen==1.42.0 -pillow==5.4.0 +pillow==8.1.1 simplekml==1.3.1 tqdm==4.28.1 unicodecsv==0.14.1