From 79aa529062c995b74c749671b641916da3a6a61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:46:24 +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.12...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 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 248ca34..2d1d39f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ capstone>=5.0.0,<6.0 fastapi>=0.110,<1.0 # uvicorn simples (sem [standard]/uvloop — uvloop não suporta Windows) uvicorn>=0.32.0,<1.0 -python-multipart>=0.0.12,<1.0 +python-multipart>=0.0.32,<1.0 requests>=2.32.0,<3.0 redis>=5.0.0,<7.0 # NOTA: RQ pode quebrar em Windows por depender de 'fork' em algumas versões.