From 05d5ea2c504ea05926301ef02ee253ca98fd0aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:20:42 +0000 Subject: [PATCH] Chore(deps): Bump pillow in /Python/Bulk_Certificate_Generator 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] --- Python/Bulk_Certificate_Generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Bulk_Certificate_Generator/requirements.txt b/Python/Bulk_Certificate_Generator/requirements.txt index 9100f1c14..fc880edb1 100644 --- a/Python/Bulk_Certificate_Generator/requirements.txt +++ b/Python/Bulk_Certificate_Generator/requirements.txt @@ -1,3 +1,3 @@ pandas==1.0.4 -Pillow==7.1.2 +Pillow==9.3.0 xlrd==1.2.0