From 2a2b0ecdc9ea1ad9fe74a65ddb5733739a127b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:42:24 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 in /projects/invoice-generator Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/invoice-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/invoice-generator/requirements.txt b/projects/invoice-generator/requirements.txt index c21db42..99ab2e0 100644 --- a/projects/invoice-generator/requirements.txt +++ b/projects/invoice-generator/requirements.txt @@ -10,7 +10,7 @@ html5lib==1.1 itsdangerous==1.1.0 Jinja2==3.0.0a1 MarkupSafe==2.0.0a1 -Pillow==7.2.0 +Pillow==9.3.0 pycparser==2.20 Pyphen==0.9.5 six==1.15.0