From d080bc006a9c2a3b59d20889fdf792b967190dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:35:07 +0000 Subject: [PATCH] Bump django from 1.4.1 to 2.2.24 in /python/django_14_app Bumps [django](https://github.com/django/django) from 1.4.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django_14_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django_14_app/requirements.txt b/python/django_14_app/requirements.txt index 3df25fc..51c1006 100644 --- a/python/django_14_app/requirements.txt +++ b/python/django_14_app/requirements.txt @@ -1,3 +1,3 @@ -Django==1.4.1 +Django==2.2.24 msgpack-python==0.5.6 wrapt==1.10.11