From 33d6e18de84f07799f4e8250b5ff16c2ca88c4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:17:07 +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 2cc3e8b..665d9ea 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 @ https://github.com/openwisp/openwisp-utils/tarball/1.2