From a7c84b40d8f6030b0871d9cd8e67434d94adecb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:07:43 +0000 Subject: [PATCH] [deps] Update pillow requirement in the pip group Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Updates `pillow` to 10.4.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.5.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b52ce4b..4db702f 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.29.0 -Pillow~=9.5.0 +Pillow~=10.4.0 geopy~=2.3.0 openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/master