From fb9dd16d577cf9429023e8ddcc99d7b3e5be670d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:18:42 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 10.0.1 in /trackers/PoseFlow Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.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/5.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trackers/PoseFlow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trackers/PoseFlow/requirements.txt b/trackers/PoseFlow/requirements.txt index 50cfd35e..9199df83 100644 --- a/trackers/PoseFlow/requirements.txt +++ b/trackers/PoseFlow/requirements.txt @@ -5,5 +5,5 @@ opencv_contrib_python==3.4.2.16 matplotlib==2.2.2 tqdm==4.23.4 Image==1.5.25 -Pillow==5.3.0 +Pillow==10.0.1 munkres==1.0.12