From 6a18a8b0832b525e2f571ca6fef5ccde868360d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:38:10 +0000 Subject: [PATCH] Bump python-multipart in /server in the pip group across 1 directory Bumps the pip group with 1 update in the /server directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.26 to 0.0.27 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.26...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- server/poetry.lock | 8 ++++---- server/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/poetry.lock b/server/poetry.lock index 62ee455..7e2331d 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -719,14 +719,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.26" +version = "0.0.27" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.26-py3-none-any.whl", hash = "sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185"}, - {file = "python_multipart-0.0.26.tar.gz", hash = "sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17"}, + {file = "python_multipart-0.0.27-py3-none-any.whl", hash = "sha256:6fccfad17a27334bd0193681b369f476eda3409f17381a2d65aa7df3f7275645"}, + {file = "python_multipart-0.0.27.tar.gz", hash = "sha256:9870a6a8c5a20a5bf4f07c017bd1489006ff8836cff097b6933355ee2b49b602"}, ] [[package]] @@ -1222,4 +1222,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "dd8c2804c2af4f7c56af1a1dc1f10bf341617d368e42b32258c6ef9bdf9bbc9a" +content-hash = "41efff30da75e8a630e62d13ef5c28725dbcb1d672d3a8f2d5c53806b9b7626f" diff --git a/server/pyproject.toml b/server/pyproject.toml index b0a6133..2e98025 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -17,7 +17,7 @@ itsdangerous = "^2.2.0" aerich = "^0.7.2" uvicorn = {extras = ["standard"], version = "^0.31.0"} passlib = "^1.7.4" -python-multipart = ">=0.0.22,<0.0.27" +python-multipart = ">=0.0.22,<0.0.28" [tool.poetry.group.dev.dependencies] fastapi = {extras = ["dev"], version = "^0.120.1"}