From 1231caba8e2977067530b5655bbcd4cd81336301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:10:34 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 58042e4..89510dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -45,7 +45,7 @@ mako==1.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 markupsafe==2.1.0; python_version >= '3.7' mastodon.py==1.5.1 packaging==21.3; python_version >= '3.6' -pillow==9.0.1 +pillow==9.3.0 pluggy==1.0.0; python_version >= '3.6' prompt-toolkit==3.0.28; python_full_version >= '3.6.2' psycopg2==2.9.3 diff --git a/requirements.txt b/requirements.txt index 95acbc5..7bc7fd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ mako==1.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 markupsafe==2.1.0; python_version >= '3.7' mastodon.py==1.5.1 packaging==21.3; python_version >= '3.6' -pillow==9.0.1 +pillow==9.3.0 prompt-toolkit==3.0.28; python_full_version >= '3.6.2' psycopg2==2.9.3 pyinotify==0.9.6; sys_platform == 'linux'