Release version 11.0.0 of robotframework-onap library 47/132047/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Tue, 8 Nov 2022 13:15:03 +0000 (13:15 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Tue, 8 Nov 2022 13:16:21 +0000 (13:16 +0000)
Fix robotframework-requests dependency to 0.9.3 version

Issue-ID: TEST-385
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I1ba32b46f4a8fea902155f0b959ff841066a681a

robotframework-onap/requirements.txt
robotframework-onap/setup.cfg
version.properties

index 4796406..325153c 100644 (file)
@@ -13,7 +13,7 @@ protobuf==3.16.0
 pyyaml
 requests
 robotframework
-robotframework-requests
+robotframework-requests==0.9.3
 robotlibcore-temp
 six
 urllib3
index 957e53f..098b515 100644 (file)
@@ -2,7 +2,7 @@
 name = robotframework-onap
 author = Daniel Rose
 author_email = dr695h@att.com
-version = 10.0.0
+version = 11.0.0
 home-page = https://github.com/onap/testsuite-python-testing-utils
 classifier =
     Development Status :: 4 - Beta
index 3a473a6..04b9414 100644 (file)
@@ -2,7 +2,7 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
 # because they are used in Jenkins, whose plug-in doesn't support
 
-major=10
+major=11
 minor=0
 patch=0