From 2320873b0ed81096300c612ac010e3aee2ae4b4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:59:22 +0000 Subject: [PATCH] Update dependency python-multipart to v0.0.16 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0aae9a8..ddb8668 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.16" 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.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, + {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, ] [[package]] @@ -2097,4 +2097,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3190dc0a64969d96a0cb32024bcd650cb45026a5cda830140bb732f10c3ac199" +content-hash = "a594452a2a9aa8a81eebb54a5b91b0e717d895483540be4db61b6d453e0713f1" diff --git a/pyproject.toml b/pyproject.toml index 11282a5..7521494 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.16" requests = "2.32.3" uvicorn = {version = "0.30.6", extras = ["standard"]}