From 8b985d8b30924308a561e0e860ca4dd2b7639af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:40:02 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.0.1 in /mysite Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.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/7.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mysite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/requirements.txt b/mysite/requirements.txt index b60b88f..7db6aa5 100644 --- a/mysite/requirements.txt +++ b/mysite/requirements.txt @@ -8,7 +8,7 @@ Django==3.0.8 djangorestframework==3.11.0 idna==2.10 oauthlib==3.1.0 -Pillow==7.2.0 +Pillow==9.0.1 pycparser==2.20 PyJWT==1.7.1 python3-openid==3.2.0