From d190e8ebc079fa2732f69341882cdde6c49ea124 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 11 Mar 2022 23:12:59 +0000
Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.1 in /catalog

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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/6.2.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 catalog/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/requirements.txt b/catalog/requirements.txt
index 63fae3e..688c208 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.0.1
 SQLAlchemy==1.0.9
 WTForms==2.0.2
 Werkzeug==0.15.3