Skip to content

Commit

Permalink
chore: update test libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 9, 2024
1 parent 8f9b79a commit fcb5d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit fcb5d47

Please sign in to comment.