From e58b61706415ac9cfe3abbf97c214730878f4b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:16:07 +0100 Subject: [PATCH] Bump django from 3.0.7 to 3.1.6 in /containers/backend (#605) Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- containers/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/backend/requirements.txt b/containers/backend/requirements.txt index 9d70381..16178e1 100644 --- a/containers/backend/requirements.txt +++ b/containers/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==3.0.7 +Django==3.1.6 django-cors-middleware==1.5.0 djangorestframework==3.11.0 djangorestframework-simplejwt==4.6.0