From 1366d6f275df6f2865e55f28cffe7e75a1722ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:26:08 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20pillow=20from=205.0.0=20to=209.3.0=20in?= =?UTF-8?q?=20/17.=E5=8D=9A=E5=AE=A2=E5=90=8E=E5=8F=B0=E5=AF=8C=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E7=BC=96=E8=BE=91?= 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/17.\345\215\232\345\256\242\345\220\216\345\217\260\345\257\214\346\226\207\346\234\254\347\274\226\350\276\221/requirements.txt" "b/17.\345\215\232\345\256\242\345\220\216\345\217\260\345\257\214\346\226\207\346\234\254\347\274\226\350\276\221/requirements.txt" index 05efdce..a6f8967 100644 --- "a/17.\345\215\232\345\256\242\345\220\216\345\217\260\345\257\214\346\226\207\346\234\254\347\274\226\350\276\221/requirements.txt" +++ "b/17.\345\215\232\345\256\242\345\220\216\345\217\260\345\257\214\346\226\207\346\234\254\347\274\226\350\276\221/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