From 590ebf614a53a4b5b4664466504ead621d488e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:42:59 +0000 Subject: [PATCH] chore(deps): bump pillow from 9.0.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index d71083b0..e5a5985e 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ django-uuidfield==0.5.0 django-wysiwyg==0.8.0 djangorestframework==3.11.2 pendulum==2.0.5 -Pillow==9.0.1 +Pillow==9.3.0 psycopg2-binary>=2.8,<2.9 pytz==2019.1 requests==2.21.0 diff --git a/requirements.txt b/requirements.txt index 6812628f..e107a058 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,11 +103,11 @@ openapi-codec==1.3.2 # via django-rest-swagger pendulum==2.0.5 # via -r requirements.in -pillow==9.0.1 +pillow==9.3.0 # via # -r requirements.in # cairosvg -psycopg2-binary>=2.8,<2.9 +psycopg2-binary==2.8.6 # via -r requirements.in pycparser==2.20 # via cffi