[ROBOT] Fix healtcheck and robot tests 99/134599/2
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Tue, 23 May 2023 10:06:26 +0000 (10:06 +0000)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Tue, 23 May 2023 10:30:14 +0000 (10:30 +0000)
Fix healtcheck and robot tests by pinning requests

Issue-ID: TEST-373
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I6a8d9c63b811fc79edeea01df4a98895ba4dbc96

benchmarking/requirements.txt
healthcheck/requirements.txt
smoke-usecases-robot/requirements.txt

index 434e5e3..d363c94 100644 (file)
@@ -1,5 +1,5 @@
 selenium
-requests>=2.20.0
+requests==2.29.0
 robotframework-selenium2library
 robotframework-databaselibrary
 robotframework-extendedselenium2library
index 6c98295..42c79b9 100644 (file)
@@ -4,7 +4,7 @@ robotframework-archivelibrary
 robotframework-sshlibrary
 robotframework-httplibrary
 robotframework-ftplibrary
-requests>=2.20.0
+requests==2.29.0
 robotframework-selenium2library
 robotframework-databaselibrary
 robotframework-extendedselenium2library
index 1902ea5..e81536b 100644 (file)
@@ -4,7 +4,7 @@ robotframework-archivelibrary==0.4.2
 robotframework-sshlibrary==3.3.0
 robotframework-httplibrary==0.4.2
 robotframework-ftplibrary==1.9
-requests>=2.20.0
+requests==2.29.0
 robotframework-selenium2library==3.0.0
 robotframework-databaselibrary==1.2.4
 robotframework-extendedselenium2library==0.9.2