aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-05-11 14:26:51 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-05-17 09:21:55 +0200
commit379be6ef16ba5f69b9df76e7ff149ee9efb21a99 (patch)
tree296740ab94b0ea17609a745efc85305c3ee8bcba
parent6bda8459ee220f42c2d7ea4ee783a36dedd394dc (diff)
[INTEGRATION] Pin versions in requirements.txt for smoke-usecases-robot
The cause of the base issue was Selenium moving from 4.8.x to 4.9.x which changed many dependencies and broke the versions of libssl wrappers. Now selenium is pinned to 4.8.x and all other packages are pinned to latest working versions. Issue-ID: INT-2237 Change-Id: Id2b20ff8d4ffada6565bb8af5f8ef3c4edf972b5 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--smoke-usecases-robot/requirements.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/smoke-usecases-robot/requirements.txt b/smoke-usecases-robot/requirements.txt
index 4274f19..1902ea5 100644
--- a/smoke-usecases-robot/requirements.txt
+++ b/smoke-usecases-robot/requirements.txt
@@ -1,16 +1,16 @@
-selenium
-robotframework-seleniumlibrary
-robotframework-archivelibrary
-robotframework-sshlibrary
-robotframework-httplibrary
-robotframework-ftplibrary
+selenium==4.8.3
+robotframework-seleniumlibrary==6.0.0
+robotframework-archivelibrary==0.4.2
+robotframework-sshlibrary==3.3.0
+robotframework-httplibrary==0.4.2
+robotframework-ftplibrary==1.9
requests>=2.20.0
-robotframework-selenium2library
-robotframework-databaselibrary
-robotframework-extendedselenium2library
-robotframework-requests
-robotframework-jsonlibrary
-deepdiff
-dnspython
+robotframework-selenium2library==3.0.0
+robotframework-databaselibrary==1.2.4
+robotframework-extendedselenium2library==0.9.2
+robotframework-requests==0.5.0
+robotframework-jsonlibrary==0.5
+deepdiff==6.3.0
+dnspython==2.3.0
pyyaml>=4.2b1
-json5
+json5==0.9.11