From 1609d52f2d9c3e6be0159d208904a66bcfb189f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 00:20:26 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.6 in /Docker/config Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.6) Signed-off-by: dependabot[bot] --- Docker/config/pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/config/pip-requirements.txt b/Docker/config/pip-requirements.txt index 719bace..53b3433 100644 --- a/Docker/config/pip-requirements.txt +++ b/Docker/config/pip-requirements.txt @@ -1,5 +1,5 @@ #pip install -Django==3.0.3 +Django==3.1.6 six==1.13.0 psycopg2==2.8.4 gunicorn==20.0.4