Skip to content

Commit

Permalink
pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jun 13, 2024
1 parent 36e6aeb commit 122ee5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
image: [jammy, noble]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- uses: canonical/[email protected]
- name: Install tox
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
matrix:
image: [jammy, noble]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- uses: canonical/[email protected]
- name: Install tox
run: |
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pylxd
fabric
types-paramiko
pylxd==2.3.4
fabric==3.2.2
types-paramiko==3.4.0.20240423
2 changes: 1 addition & 1 deletion tests/unit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
factory-boy>=3,<4
factory-boy==3.3.0

0 comments on commit 122ee5f

Please sign in to comment.