From d178f703178c2a5391d67f27c6052733353802df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:25:52 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /learning Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning/requirements.txt b/learning/requirements.txt index ae19c13..d434c5c 100644 --- a/learning/requirements.txt +++ b/learning/requirements.txt @@ -3,7 +3,7 @@ Django==3.1.14 django-extensions==3.0.9 django-ratelimit==3.0.1 graphviz==0.14.2 -Pillow==9.0.1 +Pillow==9.3.0 pydot==1.4.1 pyparsing==2.4.7 pytz==2020.1