From a3633419f88b3c623d1c433a77e06d5a120854b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:37:15 +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.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.20...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 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..265fa9289 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.2.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.27" 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.27-py3-none-any.whl", hash = "sha256:6fccfad17a27334bd0193681b369f476eda3409f17381a2d65aa7df3f7275645"}, + {file = "python_multipart-0.0.27.tar.gz", hash = "sha256:9870a6a8c5a20a5bf4f07c017bd1489006ff8836cff097b6933355ee2b49b602"}, ] [[package]] @@ -986,4 +986,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.10,<4.0" -content-hash = "bbf00d9093c6e0aa4e5ab16258c5254d934f02244c83f817e91100b2844d512e" +content-hash = "deee9dbf751a45836b0fb1ffb5ee7215c9d7ed9dbfe3a2e2fac317062aa10420" diff --git a/sample-apps/fastapi-postgres-uvicorn-latest/pyproject.toml b/sample-apps/fastapi-postgres-uvicorn-latest/pyproject.toml index dc292afa7..cc94e8c9d 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.27,<0.0.28)", ] [build-system]