From 0d49887e66b7469e85d657476f39470b06a6e1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:26:45 +0000 Subject: [PATCH] chore(deps): bump mammoth from 1.8.0 to 1.11.0 in /backend Bumps [mammoth](https://github.com/mwilliamson/python-mammoth) from 1.8.0 to 1.11.0. - [Changelog](https://github.com/mwilliamson/python-mammoth/blob/master/NEWS) - [Commits](https://github.com/mwilliamson/python-mammoth/compare/1.8.0...1.11.0) --- updated-dependencies: - dependency-name: mammoth dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 267f9a7..d8cd715 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ alembic==1.14.1 pydantic==2.10.4 pydantic-settings==2.7.1 python-multipart==0.0.20 -mammoth==1.8.0 +mammoth==1.11.0 python-docx==1.1.2 markdown==3.10.1 httpx==0.28.1