From d665af60aca858b09a743008b2d5c00de6b720da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:30:36 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 6.2.0 in /calvin/examples/camera Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 to 6.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/4.1.1...6.2.0) Signed-off-by: dependabot[bot] --- calvin/examples/camera/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calvin/examples/camera/requirements.txt b/calvin/examples/camera/requirements.txt index 5be35b130..4f67ef27a 100644 --- a/calvin/examples/camera/requirements.txt +++ b/calvin/examples/camera/requirements.txt @@ -1,2 +1,2 @@ -Pillow==4.1.1 +Pillow==6.2.0 opencv-python==3.2.0.7 \ No newline at end of file