Skip to content

Commit

Permalink
ci: update pyyaml version
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Mar 19, 2024
1 parent 6c99b03 commit 7e805a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Install nebula
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Travis F. Collins <[email protected]>"]
python = "^3.6"
pyfiglet = "^0.8.post1"
fabric = "^2.5.0"
pyyaml = "^5.3.1"
pyyaml = "^5.0.0"
pyserial = "^3.4"
pytest = "^7.0.0"
pyvesync_v2 = "^1.1.0"
Expand Down

0 comments on commit 7e805a1

Please sign in to comment.