From 9f450b8df8dc35b34788401d32124ea44d0e676c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:32:44 +0000 Subject: [PATCH] Bump pillow from 5.0 to 10.3.0 in /docker-automation Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.0.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-automation/docker-py-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-automation/docker-py-requirements.txt b/docker-automation/docker-py-requirements.txt index 92532cb..603941d 100644 --- a/docker-automation/docker-py-requirements.txt +++ b/docker-automation/docker-py-requirements.txt @@ -1,6 +1,6 @@ numpy==1.11 pandas==0.22 -Pillow==5.0 +Pillow==10.3.0 Polygon2>=2.0 scikit-image==0.13 scikit-learn==0.20.4