From b0cb3c0d6357fbddc6b1330db45e010fcedb1f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 01:10:17 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.1.6 in /web Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.6) Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 29aabde..0261803 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Django==3.0.7 +Django==3.1.6 gunicorn==20.0.4 psycopg2-binary==2.8.4 redis==3.4.1