From de3a0a0b05c91ceb7c7b0f01f6d89f0a4a50a3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:24:10 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.0.1 in /Flask/flogger Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.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/6.2.1...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Flask/flogger/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flask/flogger/requirements.txt b/Flask/flogger/requirements.txt index 9e417d1..6de78ad 100644 --- a/Flask/flogger/requirements.txt +++ b/Flask/flogger/requirements.txt @@ -4,7 +4,7 @@ # Flask-WTF==0.14.2 (Manage HTML Forms) # Flask-Markdown==0.3 (Text input standard) # python-slugify==2.0.1 (Standard compliant urls from text inputs) -# Pillow==6.2.1 (Resize and convent images) +# Pillow==9.0.1 (Resize and convent images) alembic==1.0.7 Click==7.0 Flask==1.0.2 @@ -17,7 +17,7 @@ Jinja2==2.10 Mako==1.0.7 Markdown==3.0.1 MarkupSafe==1.1.1 -Pillow==6.2.1 +Pillow==9.0.1 PyMySQL==0.9.3 python-dateutil==2.8.0 python-dotenv==0.10.1