requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit f29553d809)
This commit is contained in:
Anders Kaseorg
2022-05-02 18:58:44 -07:00
committed by Tim Abbott
parent 44bee53f30
commit 5de2969275
13 changed files with 1394 additions and 1351 deletions

View File

@@ -1,7 +1,7 @@
import asyncio
class NoAutoCreateEventLoopPolicy(asyncio.DefaultEventLoopPolicy): # type: ignore[misc,valid-type] # https://github.com/python/typeshed/issues/7452
class NoAutoCreateEventLoopPolicy(asyncio.DefaultEventLoopPolicy):
"""
By default asyncio.get_event_loop() automatically creates an event
loop for the main thread if one isn't currently installed. Since