From 9b6aab8dd31623b81cac68e7d0b19e5b9026771f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 23:57:52 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 9.0.1 in /website Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [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/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/requirements.txt b/website/requirements.txt index 06fc56f..0efdf11 100644 --- a/website/requirements.txt +++ b/website/requirements.txt @@ -2,5 +2,5 @@ Flask==2.0.1 matplotlib==3.4.3 scipy==1.7.1 numpy==1.21.0 -Pillow==9.0.0 +Pillow==9.0.1 gunicorn==20.1.0 \ No newline at end of file