From eeda9b17f6b7511d5b5bbc386d6f2c1cd9b91808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:50:38 +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.12 to 0.0.31 - [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.12...0.0.31) Updates `pypdf` from 5.1.0 to 6.13.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.13.0) Updates `python-multipart` from 0.0.12 to 0.0.31 - [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.12...0.0.31) Updates `pypdf` from 5.1.0 to 6.13.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.13.0) Updates `python-multipart` from 0.0.12 to 0.0.31 - [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.12...0.0.31) Updates `pypdf` from 5.1.0 to 6.13.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.13.0) Updates `python-multipart` from 0.0.12 to 0.0.31 - [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.12...0.0.31) Updates `pypdf` from 5.1.0 to 6.13.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.13.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.0 dependency-type: direct:production - dependency-name: pypdf dependency-version: 6.13.0 dependency-type: direct:production - dependency-name: pypdf dependency-version: 6.13.0 dependency-type: direct:production - dependency-name: pypdf dependency-version: 6.13.0 dependency-type: direct:production - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... 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 9bdbbdf..5897279 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,10 +3,10 @@ fastapi==0.115.0 uvicorn[standard]==0.30.6 gunicorn==23.0.0 -python-multipart==0.0.12 +python-multipart==0.0.31 python-telegram-bot==21.10 httpx==0.28.1 pydantic==2.9.2 -pypdf==5.1.0 +pypdf==6.13.0 python-docx==1.1.2 pymongo==4.10.1 diff --git a/requirements.txt b/requirements.txt index 79707a7..539bd32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fastapi==0.115.8 uvicorn[standard]==0.34.0 gunicorn==23.0.0 # production process manager (Render/Railway) -python-multipart==0.0.20 # required by FastAPI for file uploads / forms +python-multipart==0.0.31 # required by FastAPI for file uploads / forms # --- Telegram bot (optional; imported lazily) ----------------------- python-telegram-bot==21.10 @@ -19,7 +19,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.13.0 # PDF text extraction python-docx==1.1.2 # DOCX text extraction # --- MongoDB Atlas (web analytics dashboard) ------------------------