Skip to content

Commit 29271c2

Browse files
committed
deps: Upgrade tornado to v6.4
`tornado` 5.1.1 uses some `ssl` methods (specifically `ssl.match_hostname`) which have been deprecated in Python 3.10 and later removed (see python/cpython#94199). This is preventing us from even installing `tornado` v5.1.1 as there are checks in the setup. These have been removed in `tornado` 6.0 though (tornadoweb/tornado@fa6a7ff) so we can install this dependency using Python 3.12 if we use `tornado` v6.x. v6.4 is the latest stable version at this moment.
1 parent 76a3853 commit 29271c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requests==2.20.0
2222
sh==1.12.14
2323
six==1.11.0
2424
terminaltables==3.1.0
25-
tornado==5.1.1
25+
tornado==6.4
2626
transifex-client
2727
tx==0.0.1
2828
Unidecode==1.0.22

0 commit comments

Comments
 (0)