From 4a514e1fd21699264653cd0b38c25b2237bd6966 Mon Sep 17 00:00:00 2001 From: Sriteja Sugoor <32356934+sriteja777@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:21:35 +0530 Subject: [PATCH 1/2] Revert "Pin version for robotframework" --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index da7f504..9553199 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -robotframework==6.1.1 -robotframework-seleniumlibrary==6.2.0 +robotframework +robotframework-seleniumlibrary robotframework-pabot browserstack-local selenium From 9b07a37d6c08894f1b06ec7c5df5bf98dc21299a Mon Sep 17 00:00:00 2001 From: akanksha1909 Date: Thu, 25 Jan 2024 19:53:55 +0530 Subject: [PATCH 2/2] Pinned the latest v7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9553199..bd6069b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -robotframework +robotframework==7.0 robotframework-seleniumlibrary robotframework-pabot browserstack-local