Update dependency python-multipart to ^0.0.12
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -726,13 +726,13 @@ cli = ["click (>=5.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "python-multipart"
|
||||
version = "0.0.11"
|
||||
version = "0.0.12"
|
||||
description = "A streaming multipart parser for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "python_multipart-0.0.11-py3-none-any.whl", hash = "sha256:0597982db95c0ce012d8bd91b8c9eb2b45c7e095122c05cd8fb7ee4c5bf78df6"},
|
||||
{file = "python_multipart-0.0.11.tar.gz", hash = "sha256:1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"},
|
||||
{file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"},
|
||||
{file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1132,4 +1132,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "5c53699325306fbc7b50bf033e2694e37622796977c08624d45fc6077e5d27fc"
|
||||
content-hash = "c849afb3edf29de482f9d3f1a08ce83a768e031975b77f3049d8512b5c7e4639"
|
||||
|
@ -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.11"
|
||||
python-multipart = "^0.0.12"
|
||||
python-dotenv = "^1.0.1"
|
||||
Jinja2 = "^3.1.4"
|
||||
uvicorn = { extras = [ "standard" ], version = "^0.31.0" }
|
||||
|
Reference in New Issue
Block a user