From 806c4c1c806e7e3aa740090965e3d99b4340bdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:23:06 +0000 Subject: [PATCH] Bump pillow in /Automate The Boring Stuff with Python/Programs Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.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.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Automate The Boring Stuff with Python/Programs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automate The Boring Stuff with Python/Programs/requirements.txt b/Automate The Boring Stuff with Python/Programs/requirements.txt index 4b26ec0..08a3842 100644 --- a/Automate The Boring Stuff with Python/Programs/requirements.txt +++ b/Automate The Boring Stuff with Python/Programs/requirements.txt @@ -10,7 +10,7 @@ jdcal==1.4.1 lxml==4.6.5 MouseInfo==0.1.3 openpyxl==3.0.5 -Pillow==8.3.2 +Pillow==9.0.0 PyAutoGUI==0.9.52 PyGetWindow==0.0.9 PyMsgBox==1.0.8