From 0fe365cc82bb5a00979cf3433aac3256fbea0f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:50:20 +0000 Subject: [PATCH] deps(python)(deps): update python-docx requirement 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.2...v1.2.0) --- updated-dependencies: - dependency-name: python-docx dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f7ff7d..2862f5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ plotly>=6.7.0,<7.0.0 openpyxl>=3.1.5,<4.0.0 xlsxwriter>=3.2.0,<4.0.0 xlrd>=2.0.1,<3.0.0 -python-docx>=1.1.2,<2.0.0 +python-docx>=1.2.0,<2.0.0 docx2txt>=0.8,<1.0.0 striprtf>=0.0.29,<1.0.0 chardet>=5.2.0,<6.0.0