From e8cbc3c2924ada712f84dbb41e7032a249c37e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:23:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20pillow=20from=205.0.0=20to=209.3.0=20in?= =?UTF-8?q?=20/18.=E5=8D=9A=E5=AE=A2=E9=98=85=E8=AF=BB=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E8=AE=A1=E6=95=B0?= 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/18.\345\215\232\345\256\242\351\230\205\350\257\273\347\256\200\345\215\225\350\256\241\346\225\260/requirements.txt" "b/18.\345\215\232\345\256\242\351\230\205\350\257\273\347\256\200\345\215\225\350\256\241\346\225\260/requirements.txt" index 05efdce..a6f8967 100644 --- "a/18.\345\215\232\345\256\242\351\230\205\350\257\273\347\256\200\345\215\225\350\256\241\346\225\260/requirements.txt" +++ "b/18.\345\215\232\345\256\242\351\230\205\350\257\273\347\256\200\345\215\225\350\256\241\346\225\260/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