From 959860d6b01f577945ff3dd1dda6e8a6777c2cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:51:08 +0000 Subject: [PATCH] chore(deps): bump mammoth in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [mammoth](https://github.com/mwilliamson/python-mammoth). Updates `mammoth` from 1.6.0 to 1.11.0 - [Changelog](https://github.com/mwilliamson/python-mammoth/blob/master/NEWS) - [Commits](https://github.com/mwilliamson/python-mammoth/compare/1.6.0...1.11.0) --- updated-dependencies: - dependency-name: mammoth dependency-version: 1.11.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d17f0e..cf584e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pyfiglet==0.8.post1", "pdfplumber==0.10.3", "python-docx==1.1.0", - "mammoth==1.6.0", + "mammoth==1.11.0", "pypandoc==1.13", "pdf2image==1.17.0", "pytesseract==0.3.10", diff --git a/requirements.txt b/requirements.txt index b58e9ef..76f4c19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ rich==13.7.1 pyfiglet==0.8.post1 pdfplumber==0.10.3 python-docx==1.1.0 -mammoth==1.6.0 +mammoth==1.11.0 pypandoc==1.13 pdf2image==1.17.0 pytesseract==0.3.10