From c5f57cf68c40e4f9e3c8fa7e9d06682e8e4caf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:35:14 +0000 Subject: [PATCH] Bump pillow from 10.4.0 to 11.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.0.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.4.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index b12a320..55d6c77 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -Pillow==10.4.0 +Pillow==11.0.0 phonenumbers==8.13.47 django-phonenumber-field==8.0.0 babel==2.16.0 diff --git a/requirements.txt b/requirements.txt index aa01f49..aa1c346 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==5.1.2 -Pillow==10.4.0 +Pillow==11.0.0 phonenumbers==8.13.47 django-phonenumber-field==8.0.0 babel==2.16.0