Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 245c1c5 commit 50dbf75
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 @@ -11,7 +11,7 @@ description = "FastAPI server to serve GitHub bot that synchronizes issues from
dynamic = ["version"]

dependencies = [
"fastapi==0.95.0",
"fastapi==0.109.1",
"pyyaml==6.0.0",
"pygithub==1.59.0",
"uvicorn[standard]==0.22.0",
Expand Down

0 comments on commit 50dbf75

Please sign in to comment.