From 1a09cbdd67946a368e29403e11d91e3b6a66e15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:13:34 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 9.0.0 in /blog-example Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 9.0.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/5.4.1...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blog-example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-example/requirements.txt b/blog-example/requirements.txt index 027110b..dbb7bf7 100644 --- a/blog-example/requirements.txt +++ b/blog-example/requirements.txt @@ -15,7 +15,7 @@ lazy-object-proxy==1.3.1 mccabe==0.6.1 oauthlib==3.0.1 pep8==1.7.1 -Pillow==5.4.1 +Pillow==9.0.0 psycopg2-binary==2.7.7 pycodestyle==2.5.0 pylint==2.2.2