From 5d8d6df4c96ad3a51165994e36c8ac8f6a0e37e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:11:29 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 10.0.1 in /object_monitoring Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 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/7.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object_monitoring/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_monitoring/requirements.txt b/object_monitoring/requirements.txt index 7351a34..99cc880 100644 --- a/object_monitoring/requirements.txt +++ b/object_monitoring/requirements.txt @@ -1,7 +1,7 @@ seldon-core==1.6.0 torch==1.7.1 torchvision==0.8.2 -Pillow==7.2.0 +Pillow==10.0.1 seaborn==0.11.1 # seaborn>=0.11.0 is required by YOLOv5 ftfy regex