mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update twisted dependency as per released CVEs
This commit is contained in:
parent
5b63f9e155
commit
98b040634b
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue