From 267ea2c36e78335fdcf92cddf6cc0008ac6e9c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:59:38 +0000 Subject: [PATCH] deps(deps-dev): update python-docx requirement from >=1.0.0 to >=1.2.0 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.0.0...v1.2.0) --- updated-dependencies: - dependency-name: python-docx dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f41cc7b..e2a631e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ tests = [ "pytest-timeout>=2.0.0", "pytest-xdist>=3.0.0", "aiofiles>=23.0.0", - "python-docx>=1.0.0", + "python-docx>=1.2.0", ] [project.scripts]