From 034440bb498c0263e1ab1622a5b236e04c9a9fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 06:45:26 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 12.2.0 in /visual_relation Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 12.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/6.2.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- visual_relation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_relation/requirements.txt b/visual_relation/requirements.txt index 16972d7..dce6e60 100644 --- a/visual_relation/requirements.txt +++ b/visual_relation/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.16.0 pandas>=0.24.0,<0.25.0 torchvision==0.6.0 -Pillow==6.2.0 +Pillow==12.2.0 tensorboardX==1.8 svn