From df8b5ddc93ec4a2bb2020b7dba0d3f736d37d49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:48:21 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.0.1 in /projects/invoice-generator Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.0.1. - [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.0.1) --- 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..4c17151 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.0.1 pycparser==2.20 Pyphen==0.9.5 six==1.15.0