From e1714a0c63b6249ee55ea68c4bc67b929a7b55f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 13:59:11 +0000 Subject: [PATCH] Bump django from 2.0.8 to 2.2.13 in /backend Bumps [django](https://github.com/django/django) from 2.0.8 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.8...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 934af61..f35992b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ gunicorn==19.9.0 channels==2.2.0 python-ldap==3.2.0 paramiko==2.7.1 -django==2.0.8 +django==2.2.13 django-celery==3.2.2 djangorestframework-bulk==0.2.1 django-guardian==1.4.9