From 672ee467c988f12a4b61f2178991012a6ea0a67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:10:34 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 in /images/python-builder Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/python-builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python-builder/requirements.txt b/images/python-builder/requirements.txt index 69add05b..8d232d1a 100644 --- a/images/python-builder/requirements.txt +++ b/images/python-builder/requirements.txt @@ -16,7 +16,7 @@ jsonschema==3.2.0 mock==4.0.2 passlib==1.7.2 pycryptodomex==3.9.7 -Pillow==6.2.2 +Pillow==9.3.0 PyJWT==1.7.1 PyMySQL==0.9.3 # pytest has to be installed inside workspace's virtualenv