aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-11-08 13:21:09 +0000
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-11-09 11:28:54 +0000
commit2fdeb36074926c30b2f61a6961fdddf3d192c07b (patch)
tree7166dbd76829baa5f252bbc25d89dfb05b20eb5d
parent2d53ae258402f9322daf4f6d4e1787f225e76d0c (diff)
Set robotframework-requests version into 0.9.3 on requirements
It's related with deprecation of 'get_requests' method Issue-ID: TEST-385 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I842e25f4d9962895f2cc2185d29502f153d1c091 (cherry picked from commit 393a0d486706fd0c338c7025adbc26e30f1c47a0)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b7f79147..231b04b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ requests>=2.20.0
robotframework-selenium2library
robotframework-databaselibrary
robotframework-extendedselenium2library
-robotframework-requests
+robotframework-requests==0.9.3
deepdiff
dnspython
pyyaml>=4.2b1