From ce5f370fa88d3ce77c2c6e30a0c5c127b45a8ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:50:51 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.3.0 in /notebook Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.3.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/6.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/requirements.txt b/notebook/requirements.txt index d2e4df7..70f9ae7 100644 --- a/notebook/requirements.txt +++ b/notebook/requirements.txt @@ -12,6 +12,6 @@ seaborn==0.9.0 matplotlib==3.0.3 flask==1.0.2 tensorflow==1.10.0 -pillow==6.0.0 +pillow==9.3.0 boto3==1.9.139 keras==2.2.4