From 582ae3263250fd189a83dd02188ad7fce16fdb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:08:50 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.18 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.18. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4983a4bb..54039aa5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "elasticsearch[async]==8.10.1", "fastapi==0.104.0", "uvicorn[standard]==0.23.2", - "python-multipart==0.0.6", + "python-multipart==0.0.18", "email-validator==2.0.0.post1", "structlog==23.2.0", "pyicu==2.12",