diff --git a/poetry.lock b/poetry.lock index 73b21fe..1c21aa4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1876,14 +1876,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.26" +version = "0.0.28" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.26-py3-none-any.whl", hash = "sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185"}, - {file = "python_multipart-0.0.26.tar.gz", hash = "sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17"}, + {file = "python_multipart-0.0.28-py3-none-any.whl", hash = "sha256:10faac07eb966c3f48dc415f9dee46c04cb10d58d30a35677db8027c825ed9b6"}, + {file = "python_multipart-0.0.28.tar.gz", hash = "sha256:8550da197eac0f7ab748961fc9509b999fa2662ea25cef857f05249f6893c0f8"}, ] [[package]] @@ -2959,4 +2959,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e620772376d61d6f0938ed3818f2f4a96a3390273e102315fa49fe45bf2b15aa" +content-hash = "5311b4c52fc94bb04145dd1d32530900015fd2d525bbd198d16c65c8f68a31fb" diff --git a/pyproject.toml b/pyproject.toml index 3d62bd4..b4460be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "minio (>=7.2.0,<8)", "fastapi[standard] (>=0.115.0,<1)", "pydantic-settings (>=2.7.0,<3)", - "python-multipart (>=0.0.20,<1)", + "python-multipart (>=0.0.28,<1)", "jwcrypto (>=1.5.0,<2)", "tomli (>=2.2.0,<3)", "peewee (>=3.17.0,<4)",