Update twisted dependency as per released CVEs

This commit is contained in:
Griatch 2020-07-17 11:47:23 +02:00
parent 5b63f9e155
commit 98b040634b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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