From: Fiete Ostkamp Date: Wed, 4 Jun 2025 06:35:13 +0000 (+0200) Subject: Downgrade robotframework-seleniumlibrary dependency since the current version is... X-Git-Tag: 1.14.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F141071%2F1;p=testsuite.git 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 --- 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