]> git.ipfire.org Git - thirdparty/tornado.git/commit
Update python dependencies
authorBen Darnell <ben@bendarnell.com>
Thu, 22 May 2025 20:18:09 +0000 (16:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 22 May 2025 20:18:09 +0000 (16:18 -0400)
commitb240a987245cb8d47f1ca34408d21ad148069112
tree1bd05c71e42c2148f79108f4400d5e4210dba1a0
parentdaafe901975ff2f9ebd57be5b9bc3c5772fd0f9b
Update python dependencies

Notably including mypy, which required some updates to various
code files to improve type annotations.
12 files changed:
docs/conf.py
requirements.txt
tornado/curl_httpclient.py
tornado/gen.py
tornado/process.py
tornado/tcpclient.py
tornado/test/__main__.py
tornado/test/ioloop_test.py
tornado/test/web_test.py
tornado/test/websocket_test.py
tornado/util.py
tornado/websocket.py