From d5b747f15929e1d36cf9c73a4b78c77abf881a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:41:08 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 10.0.1 in /stylegan2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 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.2.1...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stylegan2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 stylegan2/requirements.txt diff --git a/stylegan2/requirements.txt b/stylegan2/requirements.txt old mode 100755 new mode 100644 index 9c28430..a4fc1df --- a/stylegan2/requirements.txt +++ b/stylegan2/requirements.txt @@ -1,6 +1,6 @@ scipy==1.3.3 requests==2.22.0 -Pillow==6.2.1 +Pillow==10.0.1 h5py==2.9.0 imageio==2.9.0 imageio-ffmpeg==0.4.2