From a55852499ae1820f4e2b59e5a7b7f3f546cbbc22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:04:57 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 9.0.1 in /refinenet Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 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/6.1.0...9.0.1) --- 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..c8e9af3 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.1 torchvision==0.4.0 torch==1.2.0 \ No newline at end of file