From 98b040634b6d6705cea0a25287555fe0e65b518b Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 17 Jul 2020 11:47:23 +0200 Subject: [PATCH] Update twisted dependency as per released CVEs --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb951fbf26..dcf218cb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ without arguments starts a full interactive Python console. - `list_to_string` is now `iter_to_string` (but old name still works as legacy alias). It will now accept any input, including generators and single values. - EvTable should now correctly handle columns with wider asian-characters in them. +- Update Twisted requirement to >=2.3.0 to close security vulnerability diff --git a/requirements.txt b/requirements.txt index e569a8ac07..7e70b36daa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # general django >= 2.2.5, < 2.3 -twisted >= 19.2.1, < 20.0.0 +twisted >= 20.3.0, < 21.0.0 pytz django-sekizai inflect