From f86d5979487932fb7fa81ee7b5e4fbc058c6d34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:26:55 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20pillow=20from=205.0.0=20to=209.3.0=20in?= =?UTF-8?q?=20/22.=E8=AF=84=E8=AE=BA=E5=8A=9F=E8=83=BD=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=92=8C=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/22.\350\257\204\350\256\272\345\212\237\350\203\275\350\256\276\350\256\241\345\222\214\347\224\250\346\210\267\347\231\273\345\275\225/requirements.txt" "b/22.\350\257\204\350\256\272\345\212\237\350\203\275\350\256\276\350\256\241\345\222\214\347\224\250\346\210\267\347\231\273\345\275\225/requirements.txt" index 05efdce..a6f8967 100644 --- "a/22.\350\257\204\350\256\272\345\212\237\350\203\275\350\256\276\350\256\241\345\222\214\347\224\250\346\210\267\347\231\273\345\275\225/requirements.txt" +++ "b/22.\350\257\204\350\256\272\345\212\237\350\203\275\350\256\276\350\256\241\345\222\214\347\224\250\346\210\267\347\231\273\345\275\225/requirements.txt" @@ -1,5 +1,5 @@ Django==2.0 django-ckeditor==5.4.0 django-js-asset==1.0.0 -Pillow==5.0.0 +Pillow==9.3.0 pytz==2017.3