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 --- healthcheck/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'healthcheck/requirements.txt') 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 -- cgit 1.2.3-korg