From 668c73e60266e4ca0390d216d189b93b14155a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:18:30 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index af4e7d5c7..1e38041b7 100644 --- a/Pipfile +++ b/Pipfile @@ -66,7 +66,7 @@ sentry-sdk = "==0.16.0" ijson = "==3.1.4" Cerberus = "==1.3.2" MarkupSafe = "==1.1.1" -Pillow = "==9.0.1" +Pillow = "==9.3.0" pyOpenSSL = "==19.0.0" PyYAML = "==5.1.2" pyDH = "==0.1.6"