From e309e2a3c1a8a69421b94eecc73be3b954c3fea7 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 23 May 2023 10:06:26 +0000 Subject: [ROBOT] Fix healtcheck and robot tests Fix healtcheck and robot tests by pinning requests Issue-ID: TEST-373 Signed-off-by: Lukasz Rajewski Change-Id: I6a8d9c63b811fc79edeea01df4a98895ba4dbc96 --- benchmarking/requirements.txt | 2 +- healthcheck/requirements.txt | 2 +- smoke-usecases-robot/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarking/requirements.txt b/benchmarking/requirements.txt index 434e5e3..d363c94 100644 --- a/benchmarking/requirements.txt +++ b/benchmarking/requirements.txt @@ -1,5 +1,5 @@ selenium -requests>=2.20.0 +requests==2.29.0 robotframework-selenium2library robotframework-databaselibrary robotframework-extendedselenium2library diff --git a/healthcheck/requirements.txt b/healthcheck/requirements.txt index 6c98295..42c79b9 100644 --- a/healthcheck/requirements.txt +++ b/healthcheck/requirements.txt @@ -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 diff --git a/smoke-usecases-robot/requirements.txt b/smoke-usecases-robot/requirements.txt index 1902ea5..e81536b 100644 --- a/smoke-usecases-robot/requirements.txt +++ b/smoke-usecases-robot/requirements.txt @@ -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 -- cgit 1.2.3-korg