From 44a326f26e2ff57330fc21815e72fbfde2cec317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:49:54 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 9.0.0 in /refinenet Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.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/6.1.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- refinenet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinenet/requirements.txt b/refinenet/requirements.txt index 53cc68e..1df989e 100644 --- a/refinenet/requirements.txt +++ b/refinenet/requirements.txt @@ -9,6 +9,6 @@ numcodecs lmdb apex h5py==2.10.0 -pillow==6.1.0 +pillow==9.0.0 torchvision==0.4.0 torch==1.2.0 \ No newline at end of file