From eff1a2436f09698f5aa5a3042c4683d734194b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:23:08 +0000 Subject: [PATCH] chore(deps): update python-docx requirement from <2,>=1.1 to >=1.2.0,<2 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03b4fd5..46a89ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pypdf>=6.10.2,<7", "pyyaml>=6.0.3,<7", "typer>=0.21.2,<0.22", - "python-docx>=1.1,<2", + "python-docx>=1.2.0,<2", "openpyxl>=3.1,<4", "lxml>=6.1.0,<7", ]