From f83b2fb268588bea1bea24a6dd87cb991238b571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:49:12 +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 03eeba2a1eb..e22033b1a06 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -72,7 +72,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.2 unstructured==0.16.17 diff --git a/pyproject.toml b/pyproject.toml index 73409618fd0..f24a97ba92e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,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.2", "unstructured==0.16.17",