From 8697565ee6b4f82a0734a08e9923ba9e267bd34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 00:52:23 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.1.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/9.0.1...9.1.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1084c12..8fd6757 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ pytz==2021.3 # https://github.com/stub42/pytz python-slugify==6.0.1 # https://github.com/un33k/python-slugify -Pillow==9.0.1 # https://github.com/python-pillow/Pillow +Pillow==9.1.1 # https://github.com/python-pillow/Pillow rcssmin==1.1.0 # https://github.com/ndparker/rcssmin argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi whitenoise==6.0.0 # https://github.com/evansd/whitenoise