From d931fab536e05ab4237b9f3f538e294ab3729e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:01:32 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.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.3.0...10.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 85c2777..bbd9066 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==4.1 -Pillow==9.3.0 +Pillow==10.3.0 django-admin-smoke==0.4.0 dj-inmemorystorage==2.1.0 factory-boy==3.2.1 diff --git a/setup.py b/setup.py index 4af33e9..7d26fc7 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def get_version(): description='Django application for image assets management', install_requires=[ 'Django>=2.2,<4.2', - 'Pillow>=8.1.2,<10.0.0', + 'Pillow>=8.1.2,<11.0.0', 'django-bitfield~=2.0', ], classifiers=[