Skip to content

Commit

Permalink
Merge pull request #352 from Whist-Team/dependabot/pip/fastapi-0.84.0
Browse files Browse the repository at this point in the history
Build(deps): bump fastapi from 0.83.0 to 0.84.0
  • Loading branch information
Segelzwerg authored Sep 15, 2022
2 parents e220ce0 + 87bbca0 commit 9adb573
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 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"
whist-core = "^0.4"
fastapi = { version = ">=0.79,<0.84", extras = ["all"] }
fastapi = { version = ">=0.79,<0.85", extras = ["all"] }
httpx = "^0.23"
pydantic = "^1.9"
pymongo = "^4.2"
Expand Down

0 comments on commit 9adb573

Please sign in to comment.