From 9f0c3c4900503a7970aa9e6b5f5095db55a85478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:42:32 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.2.0 in /FunctionProject Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FunctionProject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunctionProject/requirements.txt b/FunctionProject/requirements.txt index b4e3eeb..17ad4a2 100644 --- a/FunctionProject/requirements.txt +++ b/FunctionProject/requirements.txt @@ -1,4 +1,4 @@ azure-functions -Pillow==6.2.1 +Pillow==8.2.0 keras==2.2.4 tensorflow==1.13.1 \ No newline at end of file