From 221feb13f20c8f0867c2ae8df3f97878917f31e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 01:03:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20pillow=20from=205.0.0=20to=209.0.1=20in?= =?UTF-8?q?=20/21.=E7=83=AD=E9=97=A8=E9=98=85=E8=AF=BB=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=E6=8E=92=E8=A1=8C=E5=8F=8A=E7=BC=93=E5=AD=98=E6=8F=90=E9=80=9F?= 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.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/5.0.0...9.0.1) --- 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/21.\347\203\255\351\227\250\351\230\205\350\257\273\345\215\232\345\256\242\346\216\222\350\241\214\345\217\212\347\274\223\345\255\230\346\217\220\351\200\237/requirements.txt" "b/21.\347\203\255\351\227\250\351\230\205\350\257\273\345\215\232\345\256\242\346\216\222\350\241\214\345\217\212\347\274\223\345\255\230\346\217\220\351\200\237/requirements.txt" index 05efdce..6e1e49f 100644 --- "a/21.\347\203\255\351\227\250\351\230\205\350\257\273\345\215\232\345\256\242\346\216\222\350\241\214\345\217\212\347\274\223\345\255\230\346\217\220\351\200\237/requirements.txt" +++ "b/21.\347\203\255\351\227\250\351\230\205\350\257\273\345\215\232\345\256\242\346\216\222\350\241\214\345\217\212\347\274\223\345\255\230\346\217\220\351\200\237/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.0.1 pytz==2017.3