From f7190bf6a4cd6e731f0d3084e93947586d6ece1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:19:03 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /Gram-Schmidt Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 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.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gram-Schmidt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gram-Schmidt/requirements.txt b/Gram-Schmidt/requirements.txt index bf1343a..86d59e7 100644 --- a/Gram-Schmidt/requirements.txt +++ b/Gram-Schmidt/requirements.txt @@ -9,7 +9,7 @@ mpmath==1.3.0 numpy==1.24.2 packaging==23.0 pandas==1.5.3 -Pillow==9.4.0 +Pillow==10.0.1 pyparsing==3.0.9 python-dateutil==2.8.2 pytz==2022.7.1