From f1a7f52616ddb2498c4f0874d2b56b4642db5a02 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Fri, 29 May 2026 09:14:27 +0200 Subject: [PATCH] =?UTF-8?q?fix(security):=20bump=20python-multipart>=3D0.0?= =?UTF-8?q?.27=20and=20PyMuPDF>=3D1.26.7=20=E2=80=94=20pip-audit=20finding?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5f877f6..eaf23cc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,11 +1,11 @@ fastapi>=0.111 uvicorn[standard]>=0.29 -python-multipart +python-multipart>=0.0.27 pydantic-settings>=2.2 pydantic[email]>=2.0 anthropic>=0.26 openai>=1.30 -PyMuPDF>=1.24 +PyMuPDF>=1.26.7 python-docx>=1.1 pytesseract>=0.3 Pillow>=10.3