Update dependency python-multipart to ^0.0.8

This commit is contained in:
renovate[bot]
2024-02-09 22:09:58 +00:00
parent 403292b284
commit 5cde8218e8
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ python = "^3.12"
fastapi = "^0.109.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^1.3.0"
python-multipart = "^0.0.7"
python-multipart = "^0.0.8"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }