From 246b018f105e48d357daabd0eafcdabf86b77ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:04:20 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.24 in /web Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index d8cc8023..4f4fe7fe 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -5,7 +5,7 @@ celery==4.2.1 Click==7.0 cycler==0.10.0 decorator==4.3.2 -Django==2.1.5 +Django==2.2.24 django-filter==2.1.0 django-rq==2.0 djangorestframework==3.9.1