From 02232e3c030a57f9e84177d180824104b8ffca83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:31:23 +0000 Subject: [PATCH] Bump django from 1.10.3 to 2.2.24 in /src/python Bumps [django](https://github.com/django/django) from 1.10.3 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.3...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..a158afb 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -1,5 +1,5 @@ # Node Manager application dependencies -django==1.10.3 +django==2.2.24 sqlalchemy psycopg2 requests