From 7612b6c14513d69ea2f0db8b88dbfd59c0e79b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:46:04 +0000 Subject: [PATCH] Bump django from 2.0.7 to 2.2.13 in /backend Bumps [django](https://github.com/django/django) from 2.0.7 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.7...2.2.13) 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 88ff9d3..d0819c1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ celery-with-redis==3.0 uwsgi==2.0.17.1 gunicorn==19.9.0 pymysql==0.9.2 -django==2.0.7 +django==2.2.13 djangorestframework==3.8.2 django-filter==2.0.0 django-rest-swagger==2.1.1