Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/setup-qemu-…
Browse files Browse the repository at this point in the history
…action-3
  • Loading branch information
Segelzwerg authored Sep 12, 2023
2 parents cec8b77 + 4e7fa84 commit 848c78e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
type=sha
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
20 changes: 10 additions & 10 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ whist-server = "whist_server.cli:main"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.101,<0.104"
httpx = "^0.24"
httpx = ">=0.24,<0.26"
pydantic = "^2.1"
pymongo = "^4.4"
PyJWT = "^2.8"
Expand Down

0 comments on commit 848c78e

Please sign in to comment.