diff --git a/poetry.lock b/poetry.lock index cf5476c..cc74335 100644 --- a/poetry.lock +++ b/poetry.lock @@ -761,13 +761,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.17" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, - {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, + {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] [[package]] @@ -868,4 +868,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7a40c81138d8201904dce5af23d4ebc62e0089f4db82f054f869fe2dff5a125e" +content-hash = "6e18fe49b558d178726b686efc82d3f7f84b9046474bb186b5c947bda2401784" diff --git a/pyproject.toml b/pyproject.toml index 2906100..bdf6798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" fastapi = "^0.115.4" jinja2 = "^3.1.4" uvicorn = "^0.34.0" -python-multipart = "^0.0.17" +python-multipart = "^0.0.18" aiofiles = "^24.1.0" requests = "^2.32.3" fastapi-utils = "^0.7.0"