diff --git a/poetry.lock b/poetry.lock index ad0a06c..663b264 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1028,13 +1028,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.13" +version = "0.0.16" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.13-py3-none-any.whl", hash = "sha256:18aafc9b0bae0ccc62309e2a03cccdb195e643b95a569a312479b2fdc385fc30"}, - {file = "python_multipart-0.0.13.tar.gz", hash = "sha256:fccee12108f0c61f753158de49c7259060652e23f9c3d23ca590c7391bb34b44"}, + {file = "python_multipart-0.0.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, + {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, ] [[package]] @@ -1714,4 +1714,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "556690b6536482a13ed0be36b707f9e657fbf4be8fb0fb033f15b46b5103eaa2" +content-hash = "98070c60b543155514af67ba4ecc2d9b4b1a31564d8987df51fa037ee1f6a038" diff --git a/pyproject.toml b/pyproject.toml index d86ed05..331c2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ jinja2 = "^3.1.4" lxml = "^4.9.4" platformdirs = "^3.11.0" python-dotenv = "^1.0.1" -python-multipart = "^0.0.13" +python-multipart = "^0.0.16" reader = "^3.14" tomlkit = "^0.13.0" uvicorn = { extras = ["standard"], version = "^0.32.0" }