From 1f93de0f58d1bd389c5808b12e551ea5b18fca6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 16:34:01 +0200 Subject: [PATCH] Bump pillow from 8.2.0 to 8.3.1 (#131) Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d71467db..c6f66e6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ python-slugify==5.0.2 memory-tempfile==2.2.3 aiorun==2020.12.1 soco==0.22.6 -pillow==8.2.0 +pillow==8.3.1 aiohttp_cors==0.7.0 unidecode==1.1.2 PyJWT==2.1.0 -- 2.34.1