From 0100042de741abeb15716574c12c6cd409b2b973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:47:26 +0000 Subject: [PATCH] Bump pillow from 8.3.1 to 9.0.0 in /server/backend/apiary Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 to 9.0.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/8.3.1...9.0.0) --- 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..974267c 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.0 pylint==2.9.6