From a16120a3c61dfb4c8f206b4d7dcc39cb873ca647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:53:42 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FunctionProject/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FunctionProject/requirements.txt b/FunctionProject/requirements.txt index b4e3eeb..6e2fc1d 100644 --- a/FunctionProject/requirements.txt +++ b/FunctionProject/requirements.txt @@ -1,4 +1,4 @@ azure-functions -Pillow==6.2.1 +Pillow==9.3.0 keras==2.2.4 tensorflow==1.13.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 18526f9..89902e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pillow==6.2.1 +Pillow==9.3.0 keras==2.2.4 tensorflow==1.13.1 matplotlib==3.1.1