From d1337584bca202ba4b9d775334313e24f012576a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 19:08:21 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.0.14 in /backend/requirements Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.14) Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 5977e2c..a94e836 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple/ asgiref==3.2.3 -django==3.0.3 +django==3.0.14 psycopg2==2.8.4 pytz==2019.3 sqlparse==0.3.0