From a013d157ffe7e7f2240d899a602d42cc74e1e533 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Thu, 17 Sep 2020 17:11:33 +0200 Subject: [PATCH] Update requirements. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 56b33c1..ac93f47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -Django==3.0.2 +Django==3.1.1 psycopg2-binary>=2.5.4 # required by Django for PostgreSQL support: https://docs.djangoproject.com/en/2.2/ref/databases/#postgresql-notes -django-crispy-forms==1.8.1 +django-crispy-forms==1.9.2