diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-05-23 10:06:26 +0000 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-05-23 10:30:14 +0000 |
commit | e309e2a3c1a8a69421b94eecc73be3b954c3fea7 (patch) | |
tree | 8d4e1a9c95ee738dfb67f14e3bb7348f7e2b1577 | |
parent | edbbf48b33d05c9b7c2e5d610d4c30ba986270cc (diff) |
[ROBOT] Fix healtcheck and robot tests
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
-rw-r--r-- | benchmarking/requirements.txt | 2 | ||||
-rw-r--r-- | healthcheck/requirements.txt | 2 | ||||
-rw-r--r-- | 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 |