From e59278aa7cf77df604d0ff24748eb2277f6557e2 Mon Sep 17 00:00:00 2001 From: phracek Date: Mon, 8 Jun 2020 05:54:09 +0000 Subject: [PATCH] Merge pull request #386 from sclorg/dependabot/pip/examples/django-test-app/django-1.11.29 Bump django from 1.11.28 to 1.11.29 in /examples/django-test-app --- test/django-test-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/django-test-app/requirements.txt b/test/django-test-app/requirements.txt index 1f45a73..30eb621 100644 --- a/test/django-test-app/requirements.txt +++ b/test/django-test-app/requirements.txt @@ -1 +1 @@ -Django==1.11.28 +Django==1.11.29