From 6e4fe39abba2700d11f15f46ac959d27b4f7e7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:58:27 +0000 Subject: [PATCH] Bump django from 2.0.8 to 2.2.24 in /backend Bumps [django](https://github.com/django/django) from 2.0.8 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.8...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..7736cfe 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.24 django-celery==3.2.2 djangorestframework-bulk==0.2.1 django-guardian==1.4.9