From d58a2023d9992adfca377b9289d74aa9f5295b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:22:14 +0000 Subject: [PATCH] Bump pillow from 5.4.0 to 9.3.0 in /Chapter13/chapter_13 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.4.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..b8ea6ef 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==9.3.0 simplekml==1.3.1 tqdm==4.28.1 unicodecsv==0.14.1