From 1f78fcbcca98b13238df8c0fae7eaf8f4be53bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:33:43 +0000 Subject: [PATCH] Update dependency python-multipart to ^0.0.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d86ed05..9789960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ jinja2 = "^3.1.4" lxml = "^4.9.4" platformdirs = "^3.11.0" python-dotenv = "^1.0.1" -python-multipart = "^0.0.13" +python-multipart = "^0.0.14" reader = "^3.14" tomlkit = "^0.13.0" uvicorn = { extras = ["standard"], version = "^0.32.0" }