From a40bef91132fb10bb5bf3c96ac822740f95526bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:14:14 +0000 Subject: [PATCH] Bump pillow from 3.3.2 to 9.0.0 in /cs231n/assignment1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.2 to 9.0.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/3.3.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cs231n/assignment1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 cs231n/assignment1/requirements.txt diff --git a/cs231n/assignment1/requirements.txt b/cs231n/assignment1/requirements.txt old mode 100755 new mode 100644 index c34c7b6..ede0ccf --- a/cs231n/assignment1/requirements.txt +++ b/cs231n/assignment1/requirements.txt @@ -1,7 +1,7 @@ Cython==0.23.4 Jinja2==2.10.1 MarkupSafe==0.23 -Pillow==3.3.2 +Pillow==9.0.0 Pygments==2.0.2 appnope==0.1.0 argparse==1.2.1