From 491458c4ad512794956bdac7b88ccacb34e0a46a Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 8 Sep 2024 09:49:18 +0100 Subject: [CI] Fix accidental revert of Twisted pin for Windows In commit 9d802b2 I pushed a change to tests which included a revert of Windows pinned dependencies which was an accident. The actual change should only have reverted setup.py pinned dependency since we down want a release to not be able to use a later fixed version of Twisted. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a26ec758d..4aee26d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ libtorrent twisted[tls]>=17.1 +twisted[tls]<23,>=17.1; sys_platform == 'win32' rencode pyopenssl pyxdg -- cgit v1.2.3