From 52e87f2feb08c35116264b5260870996b37f4502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:00:35 +0000 Subject: [PATCH] Bump pillow in /Week 6/SLU09 - Linear Algebra & NumPy, Part 1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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/7.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Week 6/SLU09 - Linear Algebra & NumPy, Part 1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week 6/SLU09 - Linear Algebra & NumPy, Part 1/requirements.txt b/Week 6/SLU09 - Linear Algebra & NumPy, Part 1/requirements.txt index c7388cc..0887300 100644 --- a/Week 6/SLU09 - Linear Algebra & NumPy, Part 1/requirements.txt +++ b/Week 6/SLU09 - Linear Algebra & NumPy, Part 1/requirements.txt @@ -1,4 +1,4 @@ nbgrader==0.6.1 matplotlib==3.1.2 numpy==1.18 -Pillow==7.1.2 \ No newline at end of file +Pillow==9.3.0 \ No newline at end of file