From e543689d8b3948b0b2cc45d370d7aed3ac66ee7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:54:15 +0000 Subject: [PATCH] Bump pillow from 7.1.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.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/7.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1509d86..990ae85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ itsdangerous==1.1.0 Jinja2==2.11.2 MarkupSafe==1.1.1 numpy==1.18.3 -Pillow==7.1.1 +Pillow==9.3.0 python-dotenv==0.13.0 visitor==0.1.3 Werkzeug==0.15.6 diff --git a/setup.py b/setup.py index 3262d85..59f93eb 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'Jinja2==2.11.2', 'MarkupSafe==1.1.1', 'numpy==1.18.3', - 'Pillow==7.1.1', + 'Pillow==9.3.0', 'torch==1.5.0', 'torchvision==0.6.0', 'visitor==0.1.3',