Skip to content

Commit

Permalink
deps: Upgrade tornado to v6.4
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)
  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.
  • Loading branch information
taratatach committed Mar 12, 2024
1 parent 76a3853 commit 29271c2
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.4
transifex-client
tx==0.0.1
Unidecode==1.0.22
Expand Down

0 comments on commit 29271c2

Please sign in to comment.