From 0907c75134bb4ec17e6316a33299cfd7eb18b26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:09:02 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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.1.2...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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 2920656..0d9c82e --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ django-import-export==2.0.2 # Updated from 1.2.0 django-filter==2.2.0 # Updated from 2.1.0 gunicorn==20.0.4 # Updated from 19.9.0 psycopg2==2.8.5 # Updated from 2.8.2 -Pillow==7.1.2 # Updated from 6.0.0 +Pillow==9.3.0 # Updated from 6.0.0 django-cors-headers==3.2.1 # Updated from 3.0.1 django-health-check==3.12.1