From 0d3336757b0df048950486f285a8e607ff8c2336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Sep 2021 18:00:05 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 8.3.2 in /API Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 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/8.1.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/requirements.txt b/API/requirements.txt index b368bfd..507d648 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -1,5 +1,5 @@ numpy==1.19.4 opencv-python-headless gunicorn==20.0.4 -Pillow==8.1.0 +Pillow==8.3.2 fastapi==0.62.0 \ No newline at end of file