From c3757014bb0201d57a85e11c5feb39feed41478f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 21:53:14 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.1.14 in /backend Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 27e366b..8a84f53 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ astroid==2.3.3 certifi==2020.6.20 chardet==3.0.4 dj-database-url==0.5.0 -Django==3.0.7 +Django==3.1.14 django-common-helpers==0.9.2 django-cors-headers==3.2.0 django-cors-middleware==1.5.0