From 35fc7d4ca0ee40081ccbecaa5ecd7f648b54095f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:13:53 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.2.0 in /object/detection/src Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...8.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 80a293a..a693eac 100644 --- a/object/detection/src/requirements.txt +++ b/object/detection/src/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.5.0 keras==2.4.3 numpy==1.19.3 -pillow==8.1.1 +pillow==8.2.0 scipy==1.4.1 h5py==2.10.0 matplotlib==3.3.2