From 04a9999884d6a2ffe5141d61d6e82af8d616b3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:09:06 +0000 Subject: [PATCH] Bump pillow from 7.1.1 to 8.3.2 in /clai/server/plugins/dataxplore Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 8.3.2. - [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/7.1.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clai/server/plugins/dataxplore/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clai/server/plugins/dataxplore/requirements.txt b/clai/server/plugins/dataxplore/requirements.txt index d54a7793..c2ba1a99 100644 --- a/clai/server/plugins/dataxplore/requirements.txt +++ b/clai/server/plugins/dataxplore/requirements.txt @@ -1,5 +1,5 @@ pandas==1.0.3 numpy==1.17.2 matplotlib==3.2.1 -Pillow==7.1.1 +Pillow==8.3.2 imageloader==0.0.5