From 9623c059726715311a326fd557fe63fe8b1e70c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:56:51 +0000 Subject: [PATCH] Bump python-multipart from 0.0.9 to 0.0.18 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaa508c..0370333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ httpx = "^0.27.0" gunicorn = "^23.0.0" SQLAlchemy = "^2.0.31" alembic = "^1.13.1" -python-multipart = "^0.0.9" +python-multipart = "^0.0.18" jinja2 = "^3.1.4" redis = "^5.0.7" bcrypt = "^4.1.3"