From cd2c70aa9cdc6572af71c553fefc1899a48ab972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Feb 2021 17:44:25 +0000 Subject: [PATCH] Bump django from 1.10b1 to 1.11.29 in /container_engine/django_tutorial Bumps [django](https://github.com/django/django) from 1.10b1 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/commits/1.11.29) Signed-off-by: dependabot[bot] --- container_engine/django_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index fcd6cf32ef4..1339e8e1cfc 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10b1 +Django==1.11.29 mysqlclient==1.3.7 wheel==0.29.0 gunicorn==19.6.0