From b3be25e567cee6443b691e564e701adf5e3f2a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:59:10 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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.1.2...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e1adf5130..3c6e970085 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ tqdm==4.31.1 torchvision==0.4.0 torch==1.2.0 opencv_python==4.2.0.34 -Pillow==7.1.2 +Pillow==10.0.1 tensorboardX==2.0