From 036a468419f5c05d63f5b9e1ba0ad239dfb0dadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:28:02 +0000 Subject: [PATCH] Bump pillow from 2.6.1 to 8.3.2 in /twitter Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.6.1 to 8.3.2. - [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/2.6.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- twitter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/requirements.txt b/twitter/requirements.txt index 04fee05..22adb7c 100644 --- a/twitter/requirements.txt +++ b/twitter/requirements.txt @@ -9,7 +9,7 @@ httplib2==0.9.2 monkeylearn==0.2.3 numpy==1.10.4 oauth2client==2.0.1 -Pillow==2.6.1 +Pillow==8.3.2 pynamodb==1.4.4 python-dateutil==2.4.2 PyYAML==3.11