From 83849c8d833a4585fd4bb77806bf05d9e294540a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:22:49 +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.22 to 0.0.26 - [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.22...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 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 b92bbb4..f32299c 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -719,14 +719,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.22" +version = "0.0.26" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, - {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, + {file = "python_multipart-0.0.26-py3-none-any.whl", hash = "sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185"}, + {file = "python_multipart-0.0.26.tar.gz", hash = "sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17"}, ] [[package]] @@ -1222,4 +1222,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "c32e1684facae3ec21753f2f5f87d30f39927aac9941ef267a639d994145f14a" +content-hash = "dd8c2804c2af4f7c56af1a1dc1f10bf341617d368e42b32258c6ef9bdf9bbc9a" diff --git a/server/pyproject.toml b/server/pyproject.toml index a601802..b0a6133 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" +python-multipart = ">=0.0.22,<0.0.27" [tool.poetry.group.dev.dependencies] fastapi = {extras = ["dev"], version = "^0.120.1"}