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

8
poetry.lock generated
View File

@ -732,13 +732,13 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-multipart" name = "python-multipart"
version = "0.0.18" version = "0.0.19"
description = "A streaming multipart parser for Python" description = "A streaming multipart parser for Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"},
{file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"},
] ]
[[package]] [[package]]
@ -1138,4 +1138,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "f7903e7baa61bda08da3a107558e7ab3108bf678d15a8a9e1f6728fb2f54e818" content-hash = "bc585a3c56d33191b595780979e73a76ec98fe30a5bdf086e589ad311d3b5f0b"

View File

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