Skip to content

Commit

Permalink
Merge pull request #18 from thin-edge/chore-update-test-libraries
Browse files Browse the repository at this point in the history
chore: update test libraries
  • Loading branch information
reubenmiller authored Dec 9, 2024
2 parents 947fd0d + fcb5d47 commit 59d619c
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 59d619c

Please sign in to comment.