From c787e392b11e338f3c26e84b152418fa0651b528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:48:15 +0000 Subject: [PATCH] Bump pillow in /Teaching Materials/Programming/Python/Python3Espanol Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.0.1. - [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/9.0.1...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Programming/Python/Python3Espanol/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teaching Materials/Programming/Python/Python3Espanol/requirements.txt b/Teaching Materials/Programming/Python/Python3Espanol/requirements.txt index 7e959c2..f97fad6 100644 --- a/Teaching Materials/Programming/Python/Python3Espanol/requirements.txt +++ b/Teaching Materials/Programming/Python/Python3Espanol/requirements.txt @@ -3,4 +3,4 @@ jupyter notebook matplotlib==2.0.2 astropy==2.0.1 -Pillow==9.0.1 +Pillow==10.0.1