Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 9c8a668 commit 5658bc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -9,7 +9,7 @@ packages = [{ include = "app" }]
[tool.poetry.dependencies]
python = "^3.11"
click = "^8.1.7"
fastapi = { version = "^0.110.1", extras = ["all"] }
fastapi = { version = "^0.110.3", extras = ["all"] }
mangum = "^0.17.0"
pydantic = "^2.6.2"
uvicorn = "^0.29.0"
Expand Down

0 comments on commit 5658bc3

Please sign in to comment.