Skip to content

Commit

Permalink
ci: bump pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 9, 2025
1 parent 3523f79 commit 8e97eb3
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: tests
run: |
sudo apt install -y gnome-keyring
pip3 install setuptools==70 keyring==24 poetry==1.8.3
pip3 install keyring==24 poetry==1.8.3
poetry install
- name: Run
Expand Down
99 changes: 56 additions & 43 deletions tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flask = "^2.2.1"
requests = "^2.28.1"
flask-sock = "^0.5.2"
websocket-client = "^1.3.3"
PyYAML = "^6.0"
PyYAML = "^6.0.2"
openapi-client = { path = "./api_sdk", develop = true }

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 8e97eb3

Please sign in to comment.