From 53d6bb44827de23bae4b0f8f4954c7fd029c40bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:53:02 +0000 Subject: [PATCH] chore(deps): bump nltk from 3.9.1 to 3.9.2 in /backend Bumps [nltk](https://github.com/nltk/nltk) from 3.9.1 to 3.9.2. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.2) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6708e571fd..150ce4f21a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -64,7 +64,7 @@ pymdown-extensions==10.14.2 docx2txt==0.8 python-pptx==1.0.2 unstructured==0.18.18 -nltk==3.9.1 +nltk==3.9.2 Markdown==3.9 pypandoc==1.15 pandas==2.2.3