From ac2edfd8441aba82a92b5e904f02bfb8e310d87e Mon Sep 17 00:00:00 2001 From: Sanjay Chari Date: Wed, 22 Jun 2022 11:15:37 +0530 Subject: [PATCH] Bump paramiko to 2.8.0 rally-openstack has updated the upper constraint for paramiko to 2.8.0. Browbeat should have this change too. Change-Id: Ic5a7fa19ac1356afaf6e607a27dcee9e67d8add4 --- tools-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-requirements.txt b/tools-requirements.txt index 6ee1b4942..3db94fe79 100644 --- a/tools-requirements.txt +++ b/tools-requirements.txt @@ -3,5 +3,5 @@ elasticsearch scapy pyrsistent==0.16.0;python_version<'3' pyrsistent>=0.17.0;python_version>='3' -paramiko==2.7.2 +paramiko==2.8.0 python-manilaclient<=3.0.0