From 5087ed77c4de9a6ee8fad6f1fc5a1bdfed9196ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:05:19 +0000 Subject: [PATCH] Bump django from 2.0.7 to 2.2.10 in /backend Bumps [django](https://github.com/django/django) from 2.0.7 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.7...2.2.10) 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..882d2bd 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.10 djangorestframework==3.8.2 django-filter==2.0.0 django-rest-swagger==2.1.1