diff --git a/poetry.lock b/poetry.lock index ad0a06c..872f998 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.15" 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.15-py3-none-any.whl", hash = "sha256:167e3fc3d115de7849efb43e061f213350c87d72ba64fcd014b0ae15ce5e7d4c"}, + {file = "python_multipart-0.0.15.tar.gz", hash = "sha256:7be357d5aec4b59cc4e4999a7e442dfc7eb0c6c0126422ae22c1f2f50ceab6a7"}, ] [[package]] @@ -1714,4 +1714,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "556690b6536482a13ed0be36b707f9e657fbf4be8fb0fb033f15b46b5103eaa2" +content-hash = "72cbffb712c729b547904290ade57d9c5f2768673c84d516d507b37be855689d" diff --git a/pyproject.toml b/pyproject.toml index d86ed05..e72528d 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.15" reader = "^3.14" tomlkit = "^0.13.0" uvicorn = { extras = ["standard"], version = "^0.32.0" }