Update dependency python-multipart to ^0.0.7

This commit is contained in:
renovate[bot]
2024-02-03 15:54:10 +00:00
parent 64972f8e00
commit 29c3935f9e
2 changed files with 6 additions and 6 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.6"
python-multipart = "^0.0.7"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }