Skip to content

Commit

Permalink
Build(deps): bump fastapi from 0.84.0 to 0.85.0
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.84.0 to 0.85.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.84.0...0.85.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2022
1 parent 9adb573 commit 0615ede
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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.85", extras = ["all"] }
fastapi = { version = ">=0.79,<0.86", extras = ["all"] }
httpx = "^0.23"
pydantic = "^1.9"
pymongo = "^4.2"
Expand Down

0 comments on commit 0615ede

Please sign in to comment.