From d67982d56ee7aeaccc9868f16164fcd1119f4c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:04:49 +0000 Subject: [PATCH] chore(deps): update python-docx requirement in /scripts Updates the requirements on [python-docx](https://github.com/python-openxml/python-docx) to permit the latest version. - [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst) - [Commits](https://github.com/python-openxml/python-docx/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: python-docx dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index c7ab1d9..f86f22f 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -69,7 +69,7 @@ Scrapy>=2.11.2 # For text extraction from uploaded files PyPDF2>=3.0.0 pdfplumber>=0.10.0 # Added for PDF text and table extraction -python-docx>=1.1.0 +python-docx>=1.2.0 pandas>=3.0.5 openpyxl>=3.1.0