Skip to content

Commit

Permalink
deps: Upgrade tornado to v6.0
Browse files Browse the repository at this point in the history
  `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),
  allowing us to install this dependency using Python 3.12.
  • Loading branch information
taratatach committed Mar 13, 2024
1 parent 76a3853 commit f33d362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requests==2.20.0
sh==1.12.14
six==1.11.0
terminaltables==3.1.0
tornado==5.1.1
tornado==6.0
transifex-client
tx==0.0.1
Unidecode==1.0.22
Expand Down

0 comments on commit f33d362

Please sign in to comment.