From 1b93f027a6e5f891cc879b295a28b5555b5b2f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:31:12 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 10.0.1 in /refinenet Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 10.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...10.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..727775c 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==10.0.1 torchvision==0.4.0 torch==1.2.0 \ No newline at end of file