From 6520aaa101dbf993cc717fdf13ed8a3adb75a364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:16:44 +0000 Subject: [PATCH] Bump django from 1.10.3 to 1.11.29 in /src/python Bumps [django](https://github.com/django/django) from 1.10.3 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.3...1.11.29) Signed-off-by: dependabot[bot] --- src/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index 2b52bca..ac3e5be 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -1,5 +1,5 @@ # Node Manager application dependencies -django==1.10.3 +django==1.11.29 sqlalchemy psycopg2 requests