From e8941450fc4e6bdb5a0b5ff681b68e9724679f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:22:44 +0000 Subject: [PATCH] chore(deps): Bump python-multipart in /open_dir_server Bumps [python-multipart](https://github.com/Kludex/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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- open_dir_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_dir_server/requirements.txt b/open_dir_server/requirements.txt index f72e4f37..84b6cd32 100644 --- a/open_dir_server/requirements.txt +++ b/open_dir_server/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.135.3 -python-multipart==0.0.22 +python-multipart==0.0.26 uvicorn==0.43.0