From 05b5254dd7fe0a328f87b37cf0f0192a8e9c3600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:58:31 +0000 Subject: [PATCH] Bump pillow from 8.3.1 to 9.0.1 in /server/backend/apiary Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 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/8.3.1...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/backend/apiary/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/backend/apiary/requirements.txt b/server/backend/apiary/requirements.txt index 1ab25b9..5cc67ff 100644 --- a/server/backend/apiary/requirements.txt +++ b/server/backend/apiary/requirements.txt @@ -6,5 +6,5 @@ django-resized==0.3.11 graphene-django==2.15.0 gunicorn==20.1.0 psycopg2-binary==2.9.1 -pillow==8.3.1 +pillow==9.0.1 pylint==2.9.6