From 1ebb68f1195f0e5b5b6800b42d331eb5e27f4b97 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Fri, 6 Oct 2023 19:30:41 +0300 Subject: [PATCH] Update txtorcon to 23.0.0 Changes: * Drop Python2 support * Fix a bug with stream updates (and CONTROLLER_WAIT) https://github.com/meejah/txtorcon/releases/tag/v23.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 880970c..1bc93ec 100644 --- a/pyproject.toml +++ b/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", ]