From 92fe6bee59772a9be8852ca3ed03dbb08b2c0733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:24:25 +0000 Subject: [PATCH] Bump python-multipart in /sample-apps/fastapi-postgres-uvicorn-latest Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.31. - [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.20...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../fastapi-postgres-uvicorn-latest/poetry.lock | 12 ++++++------ .../fastapi-postgres-uvicorn-latest/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sample-apps/fastapi-postgres-uvicorn-latest/poetry.lock b/sample-apps/fastapi-postgres-uvicorn-latest/poetry.lock index 2f72944fe..29f1e81c4 100644 --- a/sample-apps/fastapi-postgres-uvicorn-latest/poetry.lock +++ b/sample-apps/fastapi-postgres-uvicorn-latest/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aikido-zen" @@ -700,14 +700,14 @@ typing-extensions = ">=4.14.1" [[package]] name = "python-multipart" -version = "0.0.20" +version = "0.0.31" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"}, - {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"}, + {file = "python_multipart-0.0.31-py3-none-any.whl", hash = "sha256:8408153d68a9773291fc1da39a8b85a50044bddbabd2dd72e9229776b7b15e28"}, + {file = "python_multipart-0.0.31.tar.gz", hash = "sha256:fc631183bb13e56db3158a4909908dfb2e23565286744e798241e63750e5d680"}, ] [[package]] @@ -986,4 +986,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.10,<4.0" -content-hash = "bbf00d9093c6e0aa4e5ab16258c5254d934f02244c83f817e91100b2844d512e" +content-hash = "3e3cf26c506d530f1fd559fa46a06c7b772c28cf5fea65948c99c4ba684cf01f" diff --git a/sample-apps/fastapi-postgres-uvicorn-latest/pyproject.toml b/sample-apps/fastapi-postgres-uvicorn-latest/pyproject.toml index dc292afa7..a5a4bf017 100644 --- a/sample-apps/fastapi-postgres-uvicorn-latest/pyproject.toml +++ b/sample-apps/fastapi-postgres-uvicorn-latest/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "asyncpg (>=0.30.0,<0.31.0)", "cryptography (>=44.0.0,<45.0.0)", "uvicorn (>=0.34.0,<0.35.0)", - "python-multipart (>=0.0.20,<0.0.21)", + "python-multipart (>=0.0.31,<0.0.32)", ] [build-system]