From 1783fe4241ca6470b5675510bb2cfabf86a37689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:34:17 +0000 Subject: [PATCH] Bump pillow from 2.6.1 to 9.0.0 in /twitter Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.6.1 to 9.0.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/2.6.1...9.0.0) --- 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..ecc1474 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==9.0.0 pynamodb==1.4.4 python-dateutil==2.4.2 PyYAML==3.11