From f2048b97c79a667b07b77a9b7bb3287a709140e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:14:58 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.2.0 in /dashboard Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.2.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.2.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..36db313e2 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.2.0 packaging==20.3 typing_extensions>=3.7.4.1 redis==3.4.1