From adb4c5da94a4f55224991faefea52e6cf5b066b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:43:26 +0000 Subject: [PATCH] Update dependency python-multipart to v0.0.17 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0aae9a8..f4cb8b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1379,13 +1379,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.17" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, - {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, + {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, + {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, ] [[package]] @@ -2097,4 +2097,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3190dc0a64969d96a0cb32024bcd650cb45026a5cda830140bb732f10c3ac199" +content-hash = "8399a97f321eea0ff2111275b81db9a0665b3b0b5bf83ec9e9873eedcc51cd75" diff --git a/pyproject.toml b/pyproject.toml index 11282a5..ae4b2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pillow = "11.0.0" pillow-avif-plugin = "1.4.6" python = "^3.12" # used for UploadFile -python-multipart = "0.0.10" +python-multipart = "0.0.17" requests = "2.32.3" uvicorn = {version = "0.30.6", extras = ["standard"]}