From aa6fa4714e6fc0d98e41c205f98151eb34da3833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:14:57 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 9.3.0 in /rafiki Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.3.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/5.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rafiki/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rafiki/requirements.txt b/rafiki/requirements.txt index 35aa1331..032d9f7a 100644 --- a/rafiki/requirements.txt +++ b/rafiki/requirements.txt @@ -1,6 +1,6 @@ requests==2.20.0 numpy==1.14.5 -Pillow==5.3.0 +Pillow==9.3.0 tqdm==4.28.1 msgpack==0.6.1 pandas==0.24.2