From c44896a9734579c2c5ddb0ab2911f26760107769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 11:39:11 +0000 Subject: [PATCH] Bump django from 1.9.6 to 1.11.29 in /server Bumps [django](https://github.com/django/django) from 1.9.6 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.6...1.11.29) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 2a39472..d0c57bd 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9.6 +Django==1.11.29 argparse==1.2.1 hashids==1.1.0 uWSGI==2.0.13.1