Skip to content

Commit

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

---
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 Feb 12, 2024
1 parent c42ced1 commit c06719d
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 @@ -32,7 +32,7 @@ plotting = [
"matplotlib>=3.2.2",
]
# REST service support
service = ["fastapi==0.99", "uvicorn"]
service = ["fastapi==0.109.2", "uvicorn"]
# For development tests/docs
dev = [
# This syntax is supported since pip 21.2
Expand Down

0 comments on commit c06719d

Please sign in to comment.