From a717b7246df65825eff39b7578a49311c32db6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:09:08 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 9.3.0 in /StayAwake Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.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/7.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- StayAwake/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StayAwake/requirements.txt b/StayAwake/requirements.txt index 9d3be3c..020c2b4 100644 --- a/StayAwake/requirements.txt +++ b/StayAwake/requirements.txt @@ -1,5 +1,5 @@ MouseInfo==0.1.3 -Pillow==7.1.2 +Pillow==9.3.0 PyAutoGUI==0.9.50 PyGetWindow==0.0.8 PyMsgBox==1.0.8