From aa69c89be3095b681180a1ee2d2fac839eff632f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:34:25 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 9.0.1 in /schaaaafrichter Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.1.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- schaaaafrichter/requirements.txt | 2 +- schaaaafrichter/requirements_cpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schaaaafrichter/requirements.txt b/schaaaafrichter/requirements.txt index 118b093..17f559b 100644 --- a/schaaaafrichter/requirements.txt +++ b/schaaaafrichter/requirements.txt @@ -3,6 +3,6 @@ chainercv==0.9.0 cupy==4.0.0 numpy==1.14.2 opencv-python>=3.4.0.12 -Pillow==5.1.0 +Pillow==9.0.1 simpleaudio==1.0.2 tqdm==4.23.1 diff --git a/schaaaafrichter/requirements_cpu.txt b/schaaaafrichter/requirements_cpu.txt index efe3dd3..596d0a7 100644 --- a/schaaaafrichter/requirements_cpu.txt +++ b/schaaaafrichter/requirements_cpu.txt @@ -2,6 +2,6 @@ chainer==4.0.0 chainercv==0.9.0 numpy==1.14.3 opencv-python>=3.4.0.12 -Pillow==5.1.0 +Pillow==9.0.1 simpleaudio==1.0.2 tqdm==4.23.1