From 10c6ea42f4cab1926cfa0dd10912404837d32611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:52:38 +0000 Subject: [PATCH] Bump pillow from 9.1.0 to 9.3.0 in /uNets/tensorflow-unet-labelme Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.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.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- uNets/tensorflow-unet-labelme/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uNets/tensorflow-unet-labelme/requirements.txt b/uNets/tensorflow-unet-labelme/requirements.txt index 233f319..03891f0 100644 --- a/uNets/tensorflow-unet-labelme/requirements.txt +++ b/uNets/tensorflow-unet-labelme/requirements.txt @@ -1,4 +1,4 @@ tensorflow==2.8.0 -Pillow==9.1.0 +Pillow==9.3.0 labelme==5.0.1 opencv_python==4.5.5.64 \ No newline at end of file