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