From c80ff8105267b7e9b8f75dc0b0367522741f7cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:16:21 +0000 Subject: [PATCH] Bump pillow from 3.3.2 to 9.3.0 in /bbapi/config Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.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/3.3.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bbapi/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbapi/config/requirements.txt b/bbapi/config/requirements.txt index c03b73c..121b7f4 100644 --- a/bbapi/config/requirements.txt +++ b/bbapi/config/requirements.txt @@ -53,7 +53,7 @@ oauthlib==1.0.3 paramiko>=2.0.9 pathspec==0.3.3 phonenumbers==7.2.7 -Pillow==3.3.2 +Pillow==9.3.0 psycopg2==2.6.1 pyasn1==0.1.9 pycparser==2.14