diff --git a/poetry.lock b/poetry.lock index 91f13ba..b2da88e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1001,13 +1001,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.11" +version = "0.0.12" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.11-py3-none-any.whl", hash = "sha256:0597982db95c0ce012d8bd91b8c9eb2b45c7e095122c05cd8fb7ee4c5bf78df6"}, - {file = "python_multipart-0.0.11.tar.gz", hash = "sha256:1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"}, + {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]] @@ -1655,4 +1655,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9a62661ec29423cb071dde195c38348d45c1db4dc3ed9374867b158b76c2b41b" +content-hash = "d4d974cbf23cafb661cb905c1433736cdaaf104209fe30bf637969ff878e9b09" diff --git a/pyproject.toml b/pyproject.toml index 07e908b..94b40da 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.11" +python-multipart = "^0.0.12" reader = "^3.14" tomlkit = "^0.13.0" uvicorn = { extras = ["standard"], version = "^0.31.0" }