Update dependency python-multipart to ^0.0.9

This commit is contained in:
renovate[bot]
2024-02-10 16:36:40 +00:00
parent a00fd2f4d3
commit 669c497bd1
2 changed files with 7 additions and 7 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.8"
python-multipart = "^0.0.9"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }