From 0c2e70942cd4f3f16f7aad8adbb3de2b3f41c66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:42:25 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 in /projects/full_page_animation Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.3.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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/full_page_animation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/full_page_animation/requirements.txt b/projects/full_page_animation/requirements.txt index 3026447..2f5a23c 100644 --- a/projects/full_page_animation/requirements.txt +++ b/projects/full_page_animation/requirements.txt @@ -7,7 +7,7 @@ imageio==2.9.0 imageio-ffmpeg==0.4.2 moviepy==1.0.3 numpy==1.19.2 -Pillow==7.2.0 +Pillow==9.3.0 proglog==0.1.9 requests==2.24.0 requests-file==1.5.1