From 716ee07541e02af1b8f92205063684100afe5e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 03:31:05 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.0.1 in /uploader Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.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/8.3.2...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- uploader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploader/requirements.txt b/uploader/requirements.txt index 5856eb6..b87b0b9 100644 --- a/uploader/requirements.txt +++ b/uploader/requirements.txt @@ -23,7 +23,7 @@ m3u8==0.9.0; python_version >= "3.7" multidict==5.2.0; python_version >= "3.7" mutagen==1.45.1; python_version >= "3.6" and python_version < "4" outcome==1.1.0; python_version >= "3.7" and python_version < "4.0" -pillow==8.3.2; python_version >= "3.7" +pillow==9.0.1; python_version >= "3.7" psutil==5.8.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" pyasn1==0.4.8; python_version >= "3.7" and python_version < "4" pycares==4.1.2; python_version >= "3.7"