Update dependency python-multipart to ^0.0.19 (#231)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-01 18:42:13 +00:00
committed by GitHub
parent 181bda06b5
commit d62797f2fd
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ python = "^3.12"
fastapi = "^0.115.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^1.3.1"
python-multipart = "^0.0.18"
python-multipart = "^0.0.19"
python-dotenv = "^1.0.1"
Jinja2 = "^3.1.4"
uvicorn = { extras = [ "standard" ], version = "^0.32.0" }