From fcda9bbe0c795076bf26c86246dc80190e1f72ba Mon Sep 17 00:00:00 2001 From: Jitendra Yejare Date: Wed, 13 Mar 2024 16:21:29 +0530 Subject: [PATCH] Broker dependency updated to resolve ssh2-python limitation/packagever issue (#14275) Broker dependency updated to resolve limitation issue (cherry picked from commit d9011761b7d4ed4cb4524f75f68cec38124fff3b) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 449c7ef722f..cc0222a0879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,5 +36,5 @@ git+https://github.com/SatelliteQE/nailgun.git@6.15.z#egg=nailgun # In the meantime, we install directly from the repo # [1] - https://github.com/ParallelSSH/ssh2-python/issues/193 # [2] - https://github.com/pypi/warehouse/issues/7136 -git+https://github.com/SatelliteQE/broker.git@0.4.5#egg=broker +git+https://github.com/SatelliteQE/broker.git@0.4.7#egg=broker --editable .