From 32bc28a93d93d1f478808ad5b5f491b40ee0a538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:14:12 +0000 Subject: [PATCH] Bump django from 1.10.3 to 1.11.28 in /src/python Bumps [django](https://github.com/django/django) from 1.10.3 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.3...1.11.28) 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..93df4af 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.28 sqlalchemy psycopg2 requests