Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

test twisted 21.7 #10402

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
bump to Twisted 21.7
richvdh committed Jul 21, 2021
commit f8e460f658cf3f9b42bebde42a4fab59b59207fd
6 changes: 4 additions & 2 deletions synapse/python_dependencies.py
Original file line number Diff line number Diff line change
@@ -60,8 +60,10 @@
"service_identity>=18.1.0",
# Twisted 18.9 introduces some logger improvements that the structured
# logger utilises
"Twisted>=18.9.0",
"treq>=15.1",
# testing twisted 21.7
"Twisted>=21.7.0rc2",
"Twisted[tls]>=21.7.0rc2",
"treq>=17.8",
# Twisted has required pyopenssl 16.0 since about Twisted 16.6.
"pyopenssl>=16.0.0",
"pyyaml>=3.11",