From d55f2a1692d5dce0fa60761c09f5c3249a5458b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:28:21 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 9.0.1 in /application Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.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.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index dd98f32..e6f1224 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -29,7 +29,7 @@ sqlparse==0.3.0 uritemplate==3.0.0 urllib3==1.25.6 pymysql==0.9.3 -pillow==7.0.0 +pillow==9.0.1 PyMySQL[rsa] cryptography drf-yasg