From a3dc97946b2b3c90189197ac53e4922a8a12b690 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:10:24 -0400 Subject: [PATCH] [6.15.z] Broker dependency updated to resolve ssh2-python limitation/packagever issue (#14384) Broker dependency updated to resolve ssh2-python limitation/packagever issue (#14275) Broker dependency updated to resolve limitation issue (cherry picked from commit d9011761b7d4ed4cb4524f75f68cec38124fff3b) Co-authored-by: Jitendra Yejare --- 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 .