From df6af381725ae50a102eb18a805e51fa11c273bb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 11 Aug 2020 15:18:28 -0700 Subject: [PATCH] Pin to irc==18.0.0 The current release of 19.0.0 has a bug where it tries to get the client version string for cctp responses but the attribute was removed. This attribute is present in 18.0.0 so use that instead. Change-Id: I2ee81b464164ca41177aa35079b98017cd9f413f --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bbddadb..bd03f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ gerritlib -irc +irc==18.0.0 pyyaml python-daemon paho-mqtt>=1.2