From 79392e5f495185dc8245b0a2ce6304d2678cfac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:22:16 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /user/unet_example Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 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/9.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- user/unet_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/unet_example/requirements.txt b/user/unet_example/requirements.txt index 7ddfe56..eac6350 100644 --- a/user/unet_example/requirements.txt +++ b/user/unet_example/requirements.txt @@ -1,5 +1,5 @@ numpy==1.22.3 -pillow==9.4.0 +pillow==10.0.1 opencv-python==4.6.0.66 scikit-image==0.19.3 scikit-learn==1.1.1