From 12f46715c10455692c9da63de5f00c5657ec0d4d Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sat, 18 Apr 2026 21:36:09 +0200 Subject: [PATCH] fix: bump python-multipart, pytest, pytest-asyncio to fix CVEs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - python-multipart 0.0.22 → 0.0.26 (CVE-2026-40347) - pytest 8.3.3 → 9.0.3 (CVE-2025-71176) - pytest-asyncio 0.24.0 → 0.26.0 (pytest 9 compat) --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 792a5bc..e30f7bc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ pydantic-settings==2.5.2 python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 bcrypt==4.0.1 -python-multipart==0.0.22 +python-multipart==0.0.26 apscheduler==3.10.4 python-nmap==0.7.1 pyyaml==6.0.2 @@ -21,6 +21,6 @@ zeroconf==0.131.0 # Dev ruff==0.6.9 mypy==1.11.2 -pytest==8.3.3 -pytest-asyncio==0.24.0 +pytest==9.0.3 +pytest-asyncio==0.26.0 pytest-cov==5.0.0