From 0e24542e7b112d4940a5e3a29f72b687878981e9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:46:16 +0000 Subject: [PATCH] Update django requirement from ~=2.0 to ~=3.2 in /webapp Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...3.2) Signed-off-by: dependabot-preview[bot] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index cab9e18e..415956ae 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -1,5 +1,5 @@ uwsgi~=2.0 -Django~=2.2 +Django~=3.2 django-filter~=2.4 django-polymorphic~=3.0 djangorestframework~=3.10