From fcf37e32714fb519764cd3436116c426f99dba68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:06:02 +0000 Subject: [PATCH] Update dependency python-multipart to ^0.0.18 (#229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6168d57..7d40e4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -732,13 +732,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.17" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, - {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, + {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] [[package]] @@ -1138,4 +1138,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e69087f59a2adbc620468e2ce4adeff6db1bea74583bee890a12fcccfb649b69" +content-hash = "f7903e7baa61bda08da3a107558e7ab3108bf678d15a8a9e1f6728fb2f54e818" diff --git a/pyproject.toml b/pyproject.toml index adcfb77..76110a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.12" fastapi = "^0.115.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.3.1" -python-multipart = "^0.0.17" +python-multipart = "^0.0.18" python-dotenv = "^1.0.1" Jinja2 = "^3.1.4" uvicorn = { extras = [ "standard" ], version = "^0.32.0" }