diff --git a/poetry.lock b/poetry.lock index d220857..595eebe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1341,13 +1341,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.12" 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.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, + {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, ] [[package]] @@ -2059,4 +2059,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2afadf547b1e287023b411ac3fdb8746a062352925f29d59408ad9b5e3cf5b40" +content-hash = "7066df7a66380f41647734ee0ade56bf079f2cce224978d9db70e5622384b9f5" diff --git a/pyproject.toml b/pyproject.toml index 3a2b75c..2aa54ed 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.12" requests = "2.32.3" uvicorn = {version = "0.30.6", extras = ["standard"]}