From a4d5ab5386638b238ba2a491d83beb6d04bc91c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:18:50 +0000 Subject: [PATCH] Bump django in /djangoreferenceimplementation-stack/web 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] --- djangoreferenceimplementation-stack/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoreferenceimplementation-stack/web/requirements.txt b/djangoreferenceimplementation-stack/web/requirements.txt index c8e417e2..dd314275 100644 --- a/djangoreferenceimplementation-stack/web/requirements.txt +++ b/djangoreferenceimplementation-stack/web/requirements.txt @@ -1,5 +1,5 @@ celery==3.1.18 -Django==1.11.29 +Django==2.2.24 django-debug-toolbar==1.2.1 fabric==1.9.1 flower==0.9.2