Skip to content

Commit

Permalink
deps: update dependent packages (#182)
Browse files Browse the repository at this point in the history
* deps: update dependencies

* deps: poetry lock

* deps: introduce httpx for test

* ci: install httpx in CI
  • Loading branch information
himkt authored Jan 11, 2024
1 parent 936fa3b commit 64b5035
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
pip install pytest
pip install pytest httpx
pytest
Loading

0 comments on commit 64b5035

Please sign in to comment.