From 97683032eb845babe550114eeb33e717d4d68a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:15:27 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.1 in /074 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. - [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/6.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 074/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/074/requirements.txt b/074/requirements.txt index dbf4f3a..42f3837 100644 --- a/074/requirements.txt +++ b/074/requirements.txt @@ -2,6 +2,6 @@ certifi==2017.4.17 chardet==3.0.4 idna==2.5 olefile==0.44 -Pillow==6.2.0 +Pillow==9.0.1 requests==2.17.3 urllib3==1.21.1