From c32a485b15f1eb463dfeb7eeb47df0d2733a81e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:30:22 +0000 Subject: [PATCH] deps(deps): update python-multipart requirement from >=0.0.6 to >=0.0.20 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.6...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.20 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 5dc47c2..cf24ff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ cryptography>=44.0.1 aiohttp>=3.10.0 starlette>=0.47.2 bcrypt>=4.0.0 -python-multipart>=0.0.6 +python-multipart>=0.0.20 itsdangerous>=2.1.0 # Security: Minimum versions to address known CVEs