From 5a2e5c09afb5bc1268d53a00456b628a179dc4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:54:46 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 to 10.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/3.4.2...10.0.1) --- 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 977c2cc..ae51400 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pycurl==7.43.0 -Pillow==3.4.2 \ No newline at end of file +Pillow==10.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index fa173b9..0d9a0cb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ author_email='ndieksman@gmail.com', install_requires=[ 'pycurl==7.43.0', - 'Pillow==3.4.2', + 'Pillow==10.0.1', ], classifiers=[ # 'Development Status :: 1 - Alpha',