From 403fc05c34c28f79c03965f2063f2352a049b5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:24:01 +0000 Subject: [PATCH] Bump django-leaflet from 0.33.0 to 0.34.0 Bumps [django-leaflet](https://github.com/makinacorpus/django-leaflet) from 0.33.0 to 0.34.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.33.0...0.34.0) --- updated-dependencies: - dependency-name: django-leaflet dependency-version: 0.34.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 d30d711eb..2e9b53b9a 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.2", - "django-leaflet==0.33.0", + "django-leaflet==0.34.0", "django-jsonview==2.0.0", "django-otp==1.7.0", "django-oauth-toolkit==3.2.0",