From 9350a65d29700ab92caa89708238f65ecd4398b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:12:57 +0000 Subject: [PATCH] Update dependency python-multipart to v0.0.12 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a7444a5..10e29e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,13 +1383,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.12" 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.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, + {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, ] [[package]] @@ -2101,4 +2101,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1997f4f14328ce875286ee17ecd9026e248213491c4acc2bd22a0695894c4b48" +content-hash = "af6d26a8b7b53c4533fa695fdd4a83f4469b54e690f709edc08754cdcb494957" diff --git a/pyproject.toml b/pyproject.toml index f302431..e24b878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pillow = "10.4.0" pillow-avif-plugin = "1.4.6" python = "^3.12" # used for UploadFile -python-multipart = "0.0.10" +python-multipart = "0.0.12" requests = "2.32.3" uvicorn = {version = "0.30.6", extras = ["standard"]}