From 3f3ebb25fc628a8922272cda9f056d3f05b68437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:20:31 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 in /python/cac_tripplanner Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/cac_tripplanner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cac_tripplanner/requirements.txt b/python/cac_tripplanner/requirements.txt index d8c0e4aa..2050b29a 100644 --- a/python/cac_tripplanner/requirements.txt +++ b/python/cac_tripplanner/requirements.txt @@ -8,7 +8,7 @@ django-storages==1.10.1 easy-thumbnails==2.8.1 gunicorn==20.0.4 lxml==4.9.2 -Pillow==7.2.0 +Pillow==9.3.0 psycopg2-binary==2.8.6 pytz==2020.1 PyYAML==5.3.1