From 4587d49f0f05103167ed17cfb6ed85b817f57b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:02:39 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 9.3.0 in /Flask Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.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/8.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flask/requirements.txt b/Flask/requirements.txt index a1e22e5..f051acd 100644 --- a/Flask/requirements.txt +++ b/Flask/requirements.txt @@ -3,5 +3,5 @@ matplotlib==3.3.2 tensorflow==2.3.1 opencv-python-headless==4.4.0.46 Flask==1.1.2 -pillow==8.0.1 +pillow==9.3.0 scipy==1.5.4