Bump fastapi from 0.73.0 to 0.74.0

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

---
updated-dependencies:
- dependency-name: fastapi
  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]
2022-02-18 06:28:01 +00:00
committed by GitHub
parent 20e9fdb0fd
commit b1079484d3
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = {extras = ["all"], version = "^0.73.0"}
fastapi = {extras = ["all"], version = "^0.74.0"}
ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
uvicorn = "^0.15.0"