From ea7ca8adbb550a64675cc0849efd2b8b790fcb4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:50:33 +0000 Subject: [PATCH] Bump pillow in /e4p2_capstone/aws/text_Classify_functions Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.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/7.2.0...8.1.1) Signed-off-by: dependabot[bot] --- e4p2_capstone/aws/text_Classify_functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e4p2_capstone/aws/text_Classify_functions/requirements.txt b/e4p2_capstone/aws/text_Classify_functions/requirements.txt index ca3e071..842ca72 100644 --- a/e4p2_capstone/aws/text_Classify_functions/requirements.txt +++ b/e4p2_capstone/aws/text_Classify_functions/requirements.txt @@ -1,4 +1,4 @@ requests_toolbelt pandas numpy==1.18.5 -Pillow==7.2.0 \ No newline at end of file +Pillow==8.1.1 \ No newline at end of file