diff options
author | 2023-05-23 10:06:26 +0000 | |
---|---|---|
committer | 2023-05-23 10:30:14 +0000 | |
commit | e309e2a3c1a8a69421b94eecc73be3b954c3fea7 (patch) | |
tree | 8d4e1a9c95ee738dfb67f14e3bb7348f7e2b1577 /healthcheck | |
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
Diffstat (limited to 'healthcheck')
-rw-r--r-- | healthcheck/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |