From c13c46b79ddf1d35f443edd8822689bac4ce8542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 05:45:47 +0000 Subject: [PATCH] Bump django from 1.10.3 to 1.11.23 in /src/python Bumps [django](https://github.com/django/django) from 1.10.3 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.3...1.11.23) 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..527b4b2 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.23 sqlalchemy psycopg2 requests