From 6cf37edb4ba611b36c26f2366ce3792e59722d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:28:09 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.3.0 in /catalog Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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/6.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- catalog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/requirements.txt b/catalog/requirements.txt index 63fae3e..d04d7a1 100644 --- a/catalog/requirements.txt +++ b/catalog/requirements.txt @@ -4,7 +4,7 @@ Flask-SQLAlchemy==2.1 Flask-Testing==0.4.2 Flask-WTF==0.12 Jinja2==2.8 -Pillow==6.2.0 +Pillow==9.3.0 SQLAlchemy==1.0.9 WTForms==2.0.2 Werkzeug==0.15.3