From ae4487b6c31d690b951833259096bf76689fd575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 6 May 2021 11:07:51 +0300 Subject: [PATCH] Update to Django 3.2.2 --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d66d62..5d573a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### Improvements - Increase "Success / Failure Keywords" field lengths to 200 +- Django 3.2.2 ## v1.20.0 - 2020-04-22 diff --git a/requirements.txt b/requirements.txt index d3b9e20a..e313bd37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cron-descriptor==1.2.24 croniter==1.0.8 -Django==3.2.1 +Django==3.2.2 django-compressor==2.4 fido2==0.9.1 psycopg2==2.8.6