From 2354ed0f6ab1b348fe688157e94af5e3aad1d1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 12:46:12 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.0.12 in /Docker/config Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.12) 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..6928ee8 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.12 six==1.13.0 psycopg2==2.8.4 gunicorn==20.0.4