From 1f2d09e5841a527b32fe132e7e3ad058a69c218d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 19 Oct 2025 10:57:35 +0200 Subject: [PATCH] fix(deps): add robotframework-requests to requirements Add `robotframework-requests` version 0.9.7 to the requirements file. This change is made to enable HTTP request testing capabilities within the Robot Framework environment, enhancing the project's testing capabilities. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 8c18217..38fbae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ robotframework-appiumlibrary==3.1 robotframework-databaselibrary==2.3.2 robotframework-httplibrary==0.4.2 robotframework-http-rabbitmq==1.0.3 +robotframework-requests==0.9.7 requests==2.32.5 faker==37.11.0 python-dotenv==1.1.1 -- 2.52.0