From 7006e605104e19e1059e3d3d2022849d97370163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:45:54 +0000 Subject: [PATCH] build(deps): bump pillow from 8.3.2 to 9.0.0 in /src Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 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.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index aa8cd75..11478a1 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ djangorestframework==3.11.2 django-crispy-forms==1.9.0 django-model-utils==4.0.0 django-simple-captcha==0.5.12 -Pillow==8.3.2 +Pillow==9.0.0 PyYAML==5.4 Markdown==3.2.1 django-suit-daterange-filter==0.0.6