Upgrade robotframework libraries 85/102585/1
authorSangwook Ha <sangwook.ha@verizon.com>
Wed, 7 Sep 2022 21:26:01 +0000 (14:26 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Fri, 7 Oct 2022 23:59:28 +0000 (16:59 -0700)
The two pinned robotframework libraries have not been updated for a long
time. Upgrade the libraries to the latest stable versions:

- robotframework-requests: 0.9.3
- robotframework-sshlibrary: 3.8.0

The upgrade of robotframework-requests will expose deprecation warnings
and allow a chance to address the issues before the deprecated keywords
are removed in 1.0.

Change-Id: Ic01542568470dbf05ec88f3ee3f01b7ebeab895c
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
jjb/integration/integration-install-robotframework.sh

index 215a164227dd4cabd2e463911221a7b2624a60c2..692c886f11b432e25a4617ac4b03472985b179f6 100644 (file)
@@ -35,9 +35,9 @@ pyhocon
 requests
 robotframework
 robotframework-httplibrary
-robotframework-requests==0.7.2
+robotframework-requests==0.9.3
 robotframework-selenium2library
-robotframework-sshlibrary==3.1.1
+robotframework-sshlibrary==3.8.0
 scapy
 
 # Module jsonpath is needed by current AAA idmlite suite.