From b3af1ee2349f9c9b1f4fb585327b2ef95c3d47d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:20:52 +0000 Subject: [PATCH] Update python-multipart requirement in /backend Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.22...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 47a522a..95387c2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ psycopg2-binary==2.9.12 pydantic-settings==2.14.0 python-dotenv==1.2.2 PyJWT[crypto]>=2.12.1 -python-multipart>=0.0.22 +python-multipart>=0.0.27 sqlakeyset==2.0.1762907931 sqlmodel==0.0.27 webauthn==2.7.1