From b2aa41ee554bec5a6d49bcae74365e55fb6e4fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 01:07:14 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.0.7 in /Docker/config Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.7) 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..e9d2fca 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.0.7 six==1.13.0 psycopg2==2.8.4 gunicorn==20.0.4