chore(deps): bump fastapi from 0.104.1 to 0.109.1 in /apps/api

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 21:54:42 +00:00 committed by GitHub
parent f91c07a808
commit 3be30a7f30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 12 deletions

View file

@ -11,7 +11,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.104.1"
fastapi = "0.109.1"
pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}
sqlmodel = "0.0.10"
uvicorn = "0.23.2"