From 61a0b16dc78b42ef1d1353c47bec3fe267461cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:00:11 +0000 Subject: [PATCH] chore(deps): bump pillow in /src/containers/image-super-resolution/model Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.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/9.3.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/containers/image-super-resolution/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/image-super-resolution/model/requirements.txt b/src/containers/image-super-resolution/model/requirements.txt index e20e7bcf..06c223ff 100644 --- a/src/containers/image-super-resolution/model/requirements.txt +++ b/src/containers/image-super-resolution/model/requirements.txt @@ -3,7 +3,7 @@ six==1.16.0 opencv-python-headless==4.5.3.56 numpy<=1.23.5 onnxruntime -Pillow==9.3.0 +Pillow==10.3.0 pyclipper==1.3.0 Shapely==1.7.1 base64image==0.5.1