From 948732fd34bde600e610e5574b12ca4d1ecb1431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 07:10:10 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 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.4.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61a4c1e7..3c4d58f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ multidict==5.2.0 mystbin.py==2.2.0 orjson==3.6.5 parsedatetime==2.6 -Pillow==8.4.0 +Pillow==9.0.0 platformdirs==2.4.1 psutil==5.9.0 pycparser==2.21