From 689a958fbc86fa72084009aeaaa1437d562f43c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:51:17 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 9.3.0 in /machine learning/sp500-forecast Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 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/9.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine learning/sp500-forecast/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine learning/sp500-forecast/requirements.txt b/machine learning/sp500-forecast/requirements.txt index 1cdb46c..a036abe 100644 --- a/machine learning/sp500-forecast/requirements.txt +++ b/machine learning/sp500-forecast/requirements.txt @@ -49,7 +49,7 @@ pandas==1.3.5 parso==0.8.3; python_version >= '3.6' pbr==5.8.0; python_version >= '2.6' pickleshare==0.7.5 -pillow==9.0.0; python_version >= '3.7' +pillow==9.3.0; python_version >= '3.7' plotly==5.5.0 prettytable==2.5.0; python_version >= '3.6' prompt-toolkit==3.0.24; python_full_version >= '3.6.2'