From c9a2eba521592c4e104996941a9327e28a62f2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:18:57 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /dashboard Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 68ccc6dba..1e5723b0a 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -11,7 +11,7 @@ PyYAML==5.4 python-dateutil==2.8.1 Jinja2>=2.7 numpy==1.21.4 -pillow==9.0.1 +pillow==9.3.0 packaging==20.3 typing_extensions>=3.7.4.1 redis==3.4.1