From 7c7c13836a3fcf906af5c85e58242367e891c8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:33:20 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.3.0 in /example Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index a8763e7..879d3b4 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -4,7 +4,7 @@ # Base apps Django == 1.11.27 -Pillow == 6.2.0 +Pillow == 9.3.0 pytz == 2016.10 # Requirements for fluent-faq