From 0b083de9d9e3de5f1ea67a282309898527180e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 20:46:57 +0000 Subject: [PATCH] Bump django in /djangoreferenceimplementation-stack/web Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.26. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...2.2.26) --- 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..c03c4e75 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.26 django-debug-toolbar==1.2.1 fabric==1.9.1 flower==0.9.2