From 871e608a87c5a2f3f751d9bd847cda7259ba2d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:13:07 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 10.2.0 in /stylegan2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 10.2.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.2.1...10.2.0) --- 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..0d7d278 --- 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.2.0 h5py==2.9.0 imageio==2.9.0 imageio-ffmpeg==0.4.2