Bump fastapi from 0.74.1 to 0.75.0

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.74.1 to 0.75.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.74.1...0.75.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-03-07 06:27:07 +00:00
committed by GitHub
parent d9f2f9662e
commit 772005b3ae
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.1" }
fastapi = { extras = ["all"], version = "^0.75.0" }
ffmpeg-python = "^0.2.0"
gunicorn = "^20.1.0"
dhooks = { git = "https://github.com/kyb3r/dhooks.git" }