From a4cabc4d2f7da6bc615ebc4f8d90f2ba3304cfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:12:16 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /.docker Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/requirements.txt b/.docker/requirements.txt index 285820e6d..faffb90b9 100644 --- a/.docker/requirements.txt +++ b/.docker/requirements.txt @@ -6,7 +6,7 @@ scipy==1.10.* scikit-learn==1.2.* matplotlib==3.6.* PyExcelerate==0.6.7 -Pillow==10.2.0 +Pillow==10.3.0 Shapely==1.8.1 torch==2.1.* torchvision==0.16.*