Bump fastapi from 0.74.0 to 0.74.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-22 06:19:46 +00:00
committed by GitHub
parent 7e6b7519b6
commit c9758315c9
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.74.0"}
fastapi = {extras = ["all"], version = "^0.74.1"}
ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
uvicorn = "^0.15.0"