diff --git a/poetry.lock b/poetry.lock index 0aae9a8..65c5dd0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1379,13 +1379,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]] @@ -2097,4 +2097,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3190dc0a64969d96a0cb32024bcd650cb45026a5cda830140bb732f10c3ac199" +content-hash = "c0a8868bdc1b691bb340e5c3c88563af7941bf608e1b16c085f763a0ba74b8f9" diff --git a/pyproject.toml b/pyproject.toml index 11282a5..3dfd3ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pillow = "11.0.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"]}