From fcb5d4752f42ea65c33d4ad3a9dcdf2dac2d5a25 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Mon, 9 Dec 2024 10:04:39 +0100 Subject: [PATCH] chore: update test libraries --- .github/workflows/test.yaml | 2 +- tests/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba6a690..26500b3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.9' + python-version: '3.11' cache: 'pip' cache-dependency-path: | tests/requirements.txt diff --git a/tests/requirements.txt b/tests/requirements.txt index 612f533..c7046bb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -robotframework~=6.0.0 -robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.31.3 -robotframework-devicelibrary[docker] @ git+https://github.com/reubenmiller/robotframework-devicelibrary.git@1.13.0 \ No newline at end of file +robotframework~=7.0.0 +robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.38.1 +robotframework-devicelibrary[docker] @ git+https://github.com/reubenmiller/robotframework-devicelibrary.git@1.16.0 \ No newline at end of file