From 34885b3845487e548d31f2aabbb6700ec78f9fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:20:03 +0000 Subject: [PATCH] Bump python-docx from 1.1.2 to 1.2.0 Bumps [python-docx](https://github.com/python-openxml/python-docx) from 1.1.2 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/v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: python-docx dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2afc24b..89f1ea1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -48,7 +48,7 @@ google-generativeai==0.3.2 # Docx # ------------------------------------------------------------------------------ -python-docx==1.1.2 +python-docx==1.2.0 # huggingface-hub # ------------------------------------------------------------------------------