From b6c65906e2390111589d8036a6979dd0c854f7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:26:01 +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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ed260..7f4f862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "Django>=2.2,<5.1", "django-bitfield~=2.0", # Images - "Pillow>=8.1.2,<10.0.0", + "Pillow>=8.1.2,<11.0.0", ] license = { text = "MIT" } keywords = [ diff --git a/requirements.txt b/requirements.txt index 2641e83..c44621e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==5.0.7 -Pillow==9.3.0 +Pillow==10.3.0 django-admin-smoke==0.5.0 dj-inmemorystorage==2.1.0 factory-boy==3.2.1