From 210954f956025902b49a1ccef83b0daeeb24cc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:59:54 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.3.0 in /server Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.3.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/6.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d70072c..8223543 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,7 +5,7 @@ psycopg2==2.8.2 pytz==2018.5 six==1.12.0 cent==3.0.1 -Pillow==6.0.0 +Pillow==9.3.0 oss2==2.6.1 django-jet==1.0.8 django-aliyun-oss2-storage-noproblem==0.1.2 \ No newline at end of file