From e03e3982dd3ece5f6e9a8f55c6931f63d08869a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:13:18 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.1.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Web-App/demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/23. Application 8 - Buidling a Web-based Financial Graph/Web-App/demo/requirements.txt b/23. Application 8 - Buidling a Web-based Financial Graph/Web-App/demo/requirements.txt index b201344..217245d 100644 --- a/23. Application 8 - Buidling a Web-based Financial Graph/Web-App/demo/requirements.txt +++ b/23. Application 8 - Buidling a Web-based Financial Graph/Web-App/demo/requirements.txt @@ -14,7 +14,7 @@ numpy==1.17.0 packaging==19.1 pandas==0.25.0 pandas-datareader==0.7.4 -Pillow==7.1.0 +Pillow==8.3.2 pyparsing==2.4.2 python-dateutil==2.8.0 pytz==2019.2