Bump fastapi from 0.104.1 to 0.109.1

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-05 17:21:49 +00:00
committed by GitHub
parent 7c8f798b6e
commit 9ea181c266
2 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.104.1"
fastapi = "^0.109.1"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
pydantic = "^2.5.1"
python-multipart = "^0.0.6"