Update dependencies 👨🏻‍🌾

This commit is contained in:
2022-09-01 20:29:34 +02:00
parent 29bca4dd18
commit 237761018f
2 changed files with 17 additions and 17 deletions

View File

@ -11,13 +11,13 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.79.0"
fastapi = "^0.81.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^0.16.3"
discord-webhook = "^0.17.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.20.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.18.2" }
uvicorn = {extras = ["standard"], version = "^0.18.3"}
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"