From 5dfca1a00c32ec70b36ae3a77c97414556c41bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:25:52 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 8.1.2 in /src/visuanalytics Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.1.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.0.1...8.1.2) Signed-off-by: dependabot[bot] --- src/visuanalytics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/visuanalytics/requirements.txt b/src/visuanalytics/requirements.txt index ddf648f0..0c60914b 100644 --- a/src/visuanalytics/requirements.txt +++ b/src/visuanalytics/requirements.txt @@ -1,5 +1,5 @@ # App requirements -Pillow==8.0.1 +Pillow==8.1.2 numpy==1.19.4 requests==2.25.0 gTTS==2.2.1