From f7d6dda00fbfa0387acdff2d589f0ac81bd66ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:26:59 +0000 Subject: [PATCH] chore(deps): bump python-docx from 0.8.11 to 1.2.0 Bumps [python-docx](https://github.com/python-openxml/python-docx) from 0.8.11 to 1.2.0. - [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst) - [Commits](https://github.com/python-openxml/python-docx/compare/v0.8.11...v1.2.0) --- updated-dependencies: - dependency-name: python-docx dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57fdf8b..4075840 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pypdf==6.5.0 # Bump to a wheel-backed version to avoid macOS OpenMP build issues scikit-learn==1.5.2 nltk==3.9.2 -python-docx==0.8.11 +python-docx==1.2.0 # Testing pytest>=7.4.0