From b27f01c7f5c461eaccbf7554bea126223b48dbbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:11:02 +0000 Subject: [PATCH] Bump pillow from 10.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.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/10.0.1...10.2.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 17f8df0..7097a44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ androguard==3.3.5 cryptography==41.0.6 dhash==1.4 jellyfish==0.5.6 -Pillow==10.0.1 +Pillow==10.2.0 requests==2.31.0 six==1.15.0 traitlets==4.3.2 diff --git a/setup.py b/setup.py index b566223..f4d706e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'cryptography==41.0.6', 'dhash==1.4', 'jellyfish==0.5.6', - 'Pillow==10.0.1', + 'Pillow==10.2.0', 'requests>=2.26,<2.32', 'six==1.15.0', 'traitlets==4.3.2'