From 19adc76fd09f64e5b1d9b18851cfe5a96463a266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:54:41 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the / directory: [python-multipart](https://github.com/Kludex/python-multipart) and [pypdf](https://github.com/py-pdf/pypdf). Bumps the pip group with 2 updates in the /backend directory: [python-multipart](https://github.com/Kludex/python-multipart) and [pypdf](https://github.com/py-pdf/pypdf). Updates `python-multipart` from 0.0.20 to 0.0.27 - [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.20...0.0.27) Updates `pypdf` from 5.1.0 to 6.12.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.1.0...6.12.0) Updates `python-multipart` from 0.0.20 to 0.0.27 - [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.20...0.0.27) Updates `pypdf` from 5.1.0 to 6.12.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.1.0...6.12.0) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.12.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.12.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index eea7a6c..38149e9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,9 +2,9 @@ # This mirrors the root requirements.txt (Vercel uses the root one). fastapi==0.115.8 uvicorn==0.34.0 -python-multipart==0.0.20 +python-multipart==0.0.27 python-telegram-bot==21.10 httpx==0.28.1 pydantic==2.10.6 -pypdf==5.1.0 +pypdf==6.12.0 python-docx==1.1.2 diff --git a/requirements.txt b/requirements.txt index 98fd36c..c83844a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # --- Web framework + server ----------------------------------------- fastapi==0.115.8 uvicorn==0.34.0 -python-multipart==0.0.20 # required by FastAPI for file uploads / forms +python-multipart==0.0.27 # required by FastAPI for file uploads / forms # --- Telegram bot (unchanged) --------------------------------------- python-telegram-bot==21.10 @@ -18,7 +18,7 @@ httpx==0.28.1 pydantic==2.10.6 # --- File text extraction for the upload feature -------------------- -pypdf==5.1.0 # PDF text extraction +pypdf==6.12.0 # PDF text extraction python-docx==1.1.2 # DOCX text extraction # NOTE: Password hashing and JWT are implemented with the Python