From c5bf97bde4a7d1c5b9c251281d5a8854135681ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:01:17 +0000 Subject: [PATCH] deps(deps): update python-multipart requirement 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.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97597c7..c0ff3ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ PyJWT>=2.8.0 tornado>=6.2.0 uvicorn>=0.20.0 aiofiles>=22.1.0 -python-multipart>=0.0.22 +python-multipart>=0.0.29 # Database sqlalchemy>=2.0.0