From 861afc3f2c27657340edc4fad294dfc0a33f9348 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:50:17 +0000 Subject: [PATCH 1/2] chore(deps): update ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable docker tag to v19 --- test-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-module.sh b/test-module.sh index f790443..d287af5 100755 --- a/test-module.sh +++ b/test-module.sh @@ -13,7 +13,7 @@ ssh_key="$(cat $SSH_KEYFILE)" podman run -i \ -v .:/home/pwuser/ns8-module:z \ - --name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.0.3 \ + --name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:19.1.1 \ bash -l -s < /home/pwuser/ns8-key From a77e5e7c6e20fbfd9aee820b8cd3e098292203d2 Mon Sep 17 00:00:00 2001 From: Matteo Valentini Date: Thu, 19 Dec 2024 18:26:31 +0100 Subject: [PATCH 2/2] chore(tests): simplify Python test dependencies Remove version pinning from `pythonreq.txt` for test dependencies. This allows flexibility in using the latest compatible versions of `robotframework` and `robotframework-sshlibrary`. The change reduces maintenance overhead while still ensuring compatibility for tests. --- tests/pythonreq.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tests/pythonreq.txt b/tests/pythonreq.txt index 1669a8e..af1d9bf 100644 --- a/tests/pythonreq.txt +++ b/tests/pythonreq.txt @@ -1,9 +1,2 @@ -robotframework==4.1.2 -robotframework-sshlibrary==3.8.0 -bcrypt==3.2.0 -cffi==1.15.0 -cryptography==36.0.1 -paramiko==2.9.2 -pycparser==2.21 -pynacl==1.5.0 -scp==0.14.2 +robotframework +robotframework-sshlibrary