diff --git a/poetry.lock b/poetry.lock index a7444a5..cd16a6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,13 +1383,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.13" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, - {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, + {file = "python_multipart-0.0.13-py3-none-any.whl", hash = "sha256:18aafc9b0bae0ccc62309e2a03cccdb195e643b95a569a312479b2fdc385fc30"}, + {file = "python_multipart-0.0.13.tar.gz", hash = "sha256:fccee12108f0c61f753158de49c7259060652e23f9c3d23ca590c7391bb34b44"}, ] [[package]] @@ -2101,4 +2101,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1997f4f14328ce875286ee17ecd9026e248213491c4acc2bd22a0695894c4b48" +content-hash = "7e793937c80f2854ff17fb4935c8901b818c57e482ce556fe0500c65cc007dc1" diff --git a/pyproject.toml b/pyproject.toml index f302431..a9da1eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pillow = "10.4.0" pillow-avif-plugin = "1.4.6" python = "^3.12" # used for UploadFile -python-multipart = "0.0.10" +python-multipart = "0.0.13" requests = "2.32.3" uvicorn = {version = "0.30.6", extras = ["standard"]}