From 53197817e7eff24a9f053fa8a0a1245ef3dd81ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 03:00:33 +0000 Subject: [PATCH] Bump django from 3.0.6 to 3.1.6 in /api Bumps [django](https://github.com/django/django) from 3.0.6 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.6...3.1.6) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d325e7c..8abefb8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.2.7 astroid==2.4.1 botocore==1.16.25 -Django==3.0.6 +Django==3.1.6 django-cors-headers==3.3.0 django-filter==2.2.0 djangorestframework==3.11.0