From e9b80790e7fd1a048b1f8e7867b649fe90a3e6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:48:10 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 10.3.0 in /example Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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/6.2.2...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/requirements.txt b/example/requirements.txt index 2a45b67..21fd589 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -4,5 +4,5 @@ -e ../ django-autofixture==0.12.1 -Pillow==6.2.2 +Pillow==10.3.0 django==4.1.2 diff --git a/requirements_test.txt b/requirements_test.txt index 683b527..cff5d1e 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ coverage==7.3.1 mock>=1.0.1 flake8>=2.1.0 tox>=1.7.0 -Pillow==10.0.0 +Pillow==10.3.0 celery>=4.1.0 # Additional test requirements go here