From 5305767e86237b4137128b6f80b33e0caff7b802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:03:24 +0000 Subject: [PATCH] Bump django from 1.11.29 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6103e9..744424d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ black==18.9b0 certifi==2018.10.15 chardet==3.0.4 Click==7.0 -Django==1.11.29 +Django==2.2.24 django-bootstrap3==11.0.0 django-geojson==2.10.0 django-leaflet==0.24.0 diff --git a/setup.py b/setup.py index 4099b2b..299a3a2 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "black", "python-dotenv", "Click", - "django==1.11.29", + "django==2.2.24", "django-bootstrap3", "django-geojson", "django-leaflet",