From 6e5bda58607ce08aa9384ca182efa030a92667a6 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Wed, 17 Jun 2026 17:59:32 +0200 Subject: [PATCH] chore: bump python-multipart to 0.0.31 for CVE fixes pip-audit (dependency-audit CI step) flagged python-multipart 0.0.27 for CVE-2026-53538/53539/53540 (fixed in 0.0.30/0.0.31). Bump to 0.0.31. pip-audit clean and backend test suite green. ha-relevant: no --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 744c957..01720fc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pydantic==2.9.2 pydantic-settings==2.5.2 python-jose[cryptography]==3.5.0 bcrypt==4.2.1 -python-multipart==0.0.27 +python-multipart==0.0.31 apscheduler==3.10.4 python-nmap==0.7.1 pyyaml==6.0.2