chore(deps): bump uvicorn from 0.27.1 to 0.29.0 in /apps/api

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.1 to 0.29.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.27.1...0.29.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-31 00:28:55 +00:00 committed by GitHub
parent 2f3b1f0517
commit ac6c80e208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ resend = "^0.7.2"
sentry-sdk = {extras = ["fastapi"], version = "^1.39.2"}
sqlmodel = "0.0.16"
tiktoken = "^0.5.2"
uvicorn = "0.27.1"
uvicorn = "0.29.0"
[build-system]
build-backend = "poetry.core.masonry.api"