From f86d42c19a22b0c879eb63fa9da5184505eb37d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 14:00:51 +0000 Subject: [PATCH] Bump pillow from 8.1.2 to 9.4.0 in /src/visuanalytics Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 9.4.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/8.1.2...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... 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 24ff560c..8de96d75 100644 --- a/src/visuanalytics/requirements.txt +++ b/src/visuanalytics/requirements.txt @@ -1,5 +1,5 @@ # App requirements -Pillow==8.1.2 +Pillow==9.4.0 numpy==1.19.5 requests==2.25.1 gTTS==2.2.2