From daf006e3adb23f73d26deb36be30f2b7d116a3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:49:05 +0000 Subject: [PATCH] build(deps): bump pymdown-extensions from 10.14.2 to 10.16.1 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.14.2 to 10.16.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14.2...10.16.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 499eae36dec..7ddbab5483b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -62,7 +62,7 @@ einops==0.8.1 ftfy==6.2.3 pypdf==4.3.1 fpdf2==2.8.2 -pymdown-extensions==10.14.2 +pymdown-extensions==10.16.1 docx2txt==0.8 python-pptx==1.0.0 unstructured==0.16.17 diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..ed9622fecf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "ftfy==6.2.3", "pypdf==4.3.1", "fpdf2==2.8.2", - "pymdown-extensions==10.14.2", + "pymdown-extensions==10.16.1", "docx2txt==0.8", "python-pptx==1.0.0", "unstructured==0.16.17",