From 06749e6c70115e23752217dca280c2565d8734a7 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 4 Jun 2025 08:35:13 +0200 Subject: [PATCH] Downgrade robotframework-seleniumlibrary dependency since the current version is not available in pypi - downgrade robotframework-seleniumlibrary (4.9.1 -> 4.5.0) Issue-ID: INT-2322 Change-Id: Ied399633159a2d72ab0d5e1ecc490697201def16 Signed-off-by: Fiete Ostkamp --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f6c147e4..1bcc21ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ robotframework==3.2.2 pyrsistent==0.16.1 # last version to work with chrome_options # https://github.com/SeleniumHQ/selenium/commit/9f5801c82fb3be3d5850707c46c3f8176e3ccd8e -selenium==4.9.1 -robotframework-seleniumlibrary==4.9.1 +selenium==4.5.0 +robotframework-seleniumlibrary==4.5.0 robotframework-archivelibrary robotframework-sshlibrary robotframework-httplibrary -- 2.16.6