From b6889b934d446714b3d7d0ca8ce9beac553f1639 Mon Sep 17 00:00:00 2001 From: katsugtgz Date: Sat, 22 Aug 2026 02:34:42 +0700 Subject: [PATCH] build: bump nltk to 3.10.3 and pymdown-extensions to 11.0.1 Clears the advisories reported for the pinned versions: - nltk 3.9.1: PYSEC-2026-3582, PYSEC-2026-3583, PYSEC-2026-3584 plus the advisories fixed in 3.9.3/3.9.4 (PYSEC-2026-96 through PYSEC-2026-99, PYSEC-2026-3657, PYSEC-2026-2085, PYSEC-2026-2235, PYSEC-2026-2236, PYSEC-2026-2237, GHSA-rf74-v2fm-23pw) - pymdown-extensions 10.14.2: PYSEC-2026-1825, PYSEC-2026-2999, PYSEC-2026-3609, PYSEC-2026-3654 pip-audit reports no known vulnerabilities for either package at the new versions. Dependency pins only. --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb237948..4b065439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,11 +63,11 @@ dependencies = [ "ftfy==6.2.3", "pypdf==4.3.1", "fpdf2==2.8.2", - "pymdown-extensions==10.14.2", + "pymdown-extensions==11.0.1", "docx2txt==0.8", "python-pptx==1.0.0", "unstructured==0.16.17", - "nltk==3.9.1", + "nltk==3.10.3", "Markdown==3.7", "pypandoc==1.13", "pandas==2.2.3", diff --git a/requirements.txt b/requirements.txt index 4b133e49..199a067e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,11 +57,11 @@ einops==0.8.0 ftfy==6.2.3 pypdf==4.3.1 fpdf2==2.8.2 -pymdown-extensions==10.14.2 +pymdown-extensions==11.0.1 docx2txt==0.8 python-pptx==1.0.0 unstructured==0.16.17 -nltk==3.9.1 +nltk==3.10.3 Markdown==3.7 pypandoc==1.13 pandas==2.2.3