Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1567: Update `txtorcon` to 23.0.0

1ebb68f119 Update txtorcon to 23.0.0 (Kristaps Kaupe)

Pull request description:

  Replaces #1558.

  Changes:

  * Drop Python2 support
  * Fix a bug with stream updates (and CONTROLLER_WAIT)

  https://github.com/meejah/txtorcon/releases/tag/v23.0.0

Top commit has no ACKs.

Tree-SHA512: 1a3cc28d05ab90cf1e33fcd5322b099e0674bffa5879a93330857c14113a32c71cad708f2c01e680a3229ad3aaea27c9baaf076ee9786d48db808d61412a5978
master
Kristaps Kaupe 2 years ago
parent
commit
b7563a0aee
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      pyproject.toml

2
pyproject.toml

@ -13,7 +13,7 @@ dependencies = [
"chromalog==1.0.5",
"pyaes==1.6.1",
"service-identity==21.1.0",
"txtorcon==22.0.0",
"txtorcon==23.0.0",
"twisted==22.4.0",
]

Loading…
Cancel
Save