From cce45e8762d1700f64fd0c5f350c8cbed5d36719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:59:26 +0000 Subject: [PATCH] Bump pillow in /stanford-tensorflow-tutorials/2017/setup Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 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/4.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stanford-tensorflow-tutorials/2017/setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stanford-tensorflow-tutorials/2017/setup/requirements.txt b/stanford-tensorflow-tutorials/2017/setup/requirements.txt index 781f21d..f62592c 100644 --- a/stanford-tensorflow-tutorials/2017/setup/requirements.txt +++ b/stanford-tensorflow-tutorials/2017/setup/requirements.txt @@ -4,5 +4,5 @@ scikit-learn==0.18.2 matplotlib==2.0.2 xlrd==1.0.0 ipdb==0.10.1 -Pillow==4.2.1 +Pillow==9.3.0 lxml==3.8.0