From d09ba67fb81dc82018e7bf13bee4e753868b7ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:02:47 +0000 Subject: [PATCH] Bump pillow from 10.0.1 to 10.2.0 in /object/detection/src Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.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.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object/detection/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object/detection/src/requirements.txt b/object/detection/src/requirements.txt index 77ce086..6a5ddfe 100644 --- a/object/detection/src/requirements.txt +++ b/object/detection/src/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.11.1 keras==2.4.3 numpy==1.22.0 -pillow==10.0.1 +pillow==10.2.0 scipy==1.10.0 h5py==2.10.0 matplotlib==3.3.2