From 6a736a0d547057fdd98a6e6e7de93029671aae0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:06:01 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.2.0 in /material/dash/dash-object-detection Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 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/6.2.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- material/dash/dash-object-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/dash/dash-object-detection/requirements.txt b/material/dash/dash-object-detection/requirements.txt index 47511b5..5b3ece9 100644 --- a/material/dash/dash-object-detection/requirements.txt +++ b/material/dash/dash-object-detection/requirements.txt @@ -1,6 +1,6 @@ dash==1.0.0 gunicorn==19.9.0 -pillow==6.2.0 +pillow==8.2.0 scipy==1.2.1 numpy==1.16.1 pandas==0.24.1