From 064f65a078db9b067913e6e878a4967fb0364d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:38:01 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.3.0 in /dashboard Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.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...10.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 6770eec0b..c46284029 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==10.3.0 packaging==20.3 typing_extensions>=3.7.4.1 redis==3.4.1