diff --git a/poetry.lock b/poetry.lock index 3ec6474..7bf6166 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,13 +739,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.7" +version = "0.0.8" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.7" files = [ - {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, - {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, + {file = "python_multipart-0.0.8-py3-none-any.whl", hash = "sha256:999725bf08cf7a071073d157a27cc34f8669af98da0d2435bde1cc1493a50ec3"}, + {file = "python_multipart-0.0.8.tar.gz", hash = "sha256:613015c642c2f6dc6d22e2d3a4d993683bb4752509ccd87f831dced121ed2f1d"}, ] [package.extras] @@ -1164,4 +1164,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2cf0dab29dd68f78380f6017d849c92d2b06f02640902de58e14084ac45bf4fd" +content-hash = "0086fbc8b79d8ae2f2fbda1ebae55686c274698d67120e05724bf701627d2208" diff --git a/pyproject.toml b/pyproject.toml index b674498..0cfe5cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.7" +python-multipart = "^0.0.8" python-dotenv = "^1.0.0" Jinja2 = "^3.1.2" uvicorn = { extras = ["standard"], version = "^0.27.0" }