From 404c50f0cf6862fa8efb758e156686e0c09c1ce5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:58:51 +0000 Subject: [PATCH] Update dependency python-multipart to ^0.0.17 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b70d832..7d383cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -726,13 +726,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.16" +version = "0.0.17" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, - {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, + {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]] @@ -1132,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d32763194c249572cdd0863826ae7677cd87d46aae716e96cd2f2d702e71d657" +content-hash = "6436ca74ae0e933daddddb477f48149cd1011e10c0b790954fbd8b8b91fd9f93" diff --git a/pyproject.toml b/pyproject.toml index 4d7db8f..7b2fc6a 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.16" +python-multipart = "^0.0.17" python-dotenv = "^1.0.1" Jinja2 = "^3.1.4" uvicorn = { extras = [ "standard" ], version = "^0.32.0" }