From 03982c5a1a93ce05295aeb4926747dbb5c382009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:04:18 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.3.0 in /jump_bot Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.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/4.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jump_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jump_bot/requirements.txt b/jump_bot/requirements.txt index 8314e71b..889f6977 100644 --- a/jump_bot/requirements.txt +++ b/jump_bot/requirements.txt @@ -4,7 +4,7 @@ matplotlib==2.1.1 numpy==1.13.3 olefile==0.44 opencv-python==3.4.0.12 -Pillow==4.3.0 +Pillow==9.3.0 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.3