From 540072cfbe81e352c8bb84fb308fe1cc7c41a804 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 05:30:14 +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 6f098c4c..ad28ddf9 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -1,5 +1,5 @@ uwsgi~=2.0 -Django~=2.0 +Django~=3.2 django-filter~=2.2 django-polymorphic~=2.1 djangorestframework~=3.10