From a90b4d06e6ae3ef29aa82e968f7ded57934f1025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:40:13 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 9.0.0 in /phenobox Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.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/3.4.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phenobox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phenobox/requirements.txt b/phenobox/requirements.txt index 9967b6b..68aedb6 100644 --- a/phenobox/requirements.txt +++ b/phenobox/requirements.txt @@ -1,6 +1,6 @@ colorama PyJWT==1.4.2 -Pillow==3.4.2 +Pillow==9.0.0 gphoto2==1.5.1 jsonpickle==0.9.3 requests==2.4.3