From e66c04e45959966dddf32231d654cb323b5e70fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:30:06 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.3.2 in /FunctionProject Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 8.3.2. - [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.3.2) --- 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..7c1cbd0 100644 --- a/FunctionProject/requirements.txt +++ b/FunctionProject/requirements.txt @@ -1,4 +1,4 @@ azure-functions -Pillow==6.2.1 +Pillow==8.3.2 keras==2.2.4 tensorflow==1.13.1 \ No newline at end of file