From 32e1fd7d18b77764cdc5a7d771f77c536e052f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 08:54:21 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.3.0 in /CLI/Screen Recorder Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 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/8.3.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CLI/Screen Recorder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI/Screen Recorder/requirements.txt b/CLI/Screen Recorder/requirements.txt index 9a7f2b0..80f2573 100644 --- a/CLI/Screen Recorder/requirements.txt +++ b/CLI/Screen Recorder/requirements.txt @@ -1,5 +1,5 @@ numpy==1.20.2 opencv-contrib-python==4.5.1.48 opencv-python==4.5.1.48 -Pillow==8.3.2 +Pillow==9.3.0 pywin32==301