Bump twisted from 23.8.0 to 23.10.0 (#16588)

This commit is contained in:
dependabot[bot]
2023-11-01 10:23:13 +00:00
committed by GitHub
parent ed1b879576
commit c812f43bd7
5 changed files with 12 additions and 12 deletions

View File

@@ -484,7 +484,7 @@ class ThreadedMemoryReactorClock(MemoryReactorClock):
if twisted.version > Version("Twisted", 23, 8, 0):
from twisted.protocols import tls
tls._get_default_clock = lambda: self # type: ignore[attr-defined]
tls._get_default_clock = lambda: self
self.nameResolver = SimpleResolverComplexifier(FakeResolver())
super().__init__()