From f2643b481eb2aef61b3f61f5f8cba328d1027f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:30:27 +0000 Subject: [PATCH] Bump django from 2.2.8 to 3.2.24 in /src Bumps [django](https://github.com/django/django) from 2.2.8 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.8...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index adff42d..9f13456 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.8 # waiting for leaflet to support 3.0 +Django==3.2.24 # waiting for leaflet to support 3.0 django-allauth>=0.39.1 django-bootstrap4>=0.0.8 django-crum>=0.7.4