From c223ae41149ba30324931ff8db5210cacec57bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:47:15 +0000 Subject: [PATCH] Bump django-leaflet from 0.31.0 to 0.33.0 Bumps [django-leaflet](https://github.com/makinacorpus/django-leaflet) from 0.31.0 to 0.33.0. - [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.31.0...0.33.0) --- updated-dependencies: - dependency-name: django-leaflet dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9be36a6c..d4526a762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "django-colorfield==0.14.0", "django-cors-headers==4.9.0", "django-filter==25.1", - "django-leaflet==0.31.0", + "django-leaflet==0.33.0", "django-jsonview==2.0.0", "django-oauth-toolkit==3.1.0", "django-otp==1.6.0",