From 30fa1ce44014635fcdc184e39e72ae6fded0ee52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:00 +0000 Subject: [PATCH] chore(deps): bump python-multipart Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.21 to 0.0.26. - [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.21...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../intermediate/api-security-scanner/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml index 462985f1..9d788690 100644 --- a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml +++ b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ # FastAPI and server "fastapi==0.128.0", "uvicorn[standard]==0.40.0", - "python-multipart===0.0.21", + "python-multipart===0.0.26", # Database "sqlalchemy==2.0.46", "psycopg2-binary==2.9.11",