From 84b275bc559153de5919b397dd031fdf591cf5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:43:05 +0000 Subject: [PATCH] [deps] Update pillow requirement from ~=10.4.0 to ~=11.0.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c9d272..7ca7d23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ django>=3.2.18,!=4.0.*,<4.3 channels~=3.0.4 django-leaflet~=0.31.0 -Pillow~=10.4.0 +Pillow~=11.0.0 geopy~=2.4.1 openwisp-utils~=1.1.0