diff --git a/poetry.lock b/poetry.lock index 013b813..c67b335 100644 --- a/poetry.lock +++ b/poetry.lock @@ -678,13 +678,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]] @@ -785,4 +785,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ca01762e818a2674e89480a01a0d98d45326f762ec4b2313442bb77a2788ed41" +content-hash = "33b96da65437d1df7bad593035619f596303896c03593b74eaefbfd797ba49ed" diff --git a/pyproject.toml b/pyproject.toml index a0f05c5..af807d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" fastapi = "^0.115.0" jinja2 = "^3.1.4" uvicorn = "^0.31.0" -python-multipart = "^0.0.10" +python-multipart = "^0.0.12" aiofiles = "^24.1.0" requests = "^2.32.3" fastapi-utils = "^0.7.0"