From 46c5304022734f5140f1768f727f22e14ebee8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:42:32 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 10.0.1 in /website Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 10.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/6.2.2...10.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 79f57b4..6c32e45 100644 --- a/website/requirements.txt +++ b/website/requirements.txt @@ -1,4 +1,4 @@ Django==2.2.13 -Pillow==6.2.2 +Pillow==10.0.1 gunicorn==19.9.0 matplotlib==3.1.1 \ No newline at end of file