Skip to content

Commit

Permalink
Bump fastapi[all] from 0.99.1 to 0.101.0
Browse files Browse the repository at this point in the history
Bumps [fastapi[all]](https://github.com/tiangolo/fastapi) from 0.99.1 to 0.101.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.99.1...0.101.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 55c6588 commit dcecb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires-python = ">=3.10"
version = "0.0.1"

dependencies = [
"fastapi[all]==0.99.1",
"fastapi[all]==0.101.0",
"pymongo==4.4.0",
"uvicorn==0.22.0"
]
Expand Down

0 comments on commit dcecb92

Please sign in to comment.