From fc0c509b5407defd0b63ed6100662dc2a0cdd324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:37:33 +0000 Subject: [PATCH] [deps] Update django-leaflet requirement from ~=0.32.0 to ~=0.33.0 Updates the requirements on [django-leaflet](https://github.com/makinacorpus/django-leaflet) to permit the latest version. - [Release notes](https://github.com/makinacorpus/django-leaflet/releases) - [Changelog](https://github.com/makinacorpus/django-leaflet/blob/master/CHANGES) - [Commits](https://github.com/makinacorpus/django-leaflet/compare/0.32.0...0.33.0) --- updated-dependencies: - dependency-name: django-leaflet dependency-version: 0.33.0 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 4b0805c..b4d51fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=4.2.0,<5.3.0 -django-leaflet~=0.32.0 +django-leaflet~=0.33.0 Pillow~=11.3.0 geopy~=2.4.1 openwisp-utils[channels] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz