From cd6c524ab74f2070bd07c98c5682251e3a97f897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:10:22 +0000 Subject: [PATCH] chore(deps-backend)(deps): update nltk requirement in /backend Updates the requirements on [nltk](https://github.com/nltk/nltk) to permit the latest version. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.4...v3.10.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- backend/requirements_optional.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 650cdb3..7c048a2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -52,4 +52,4 @@ langdetect==1.0.9 # --- OPZIONALI (NLP avanzato) --- # Decommentare se serve il classificatore bayesiano: scikit-learn>=1.9.0 -nltk>=3.9.4 +nltk>=3.10.0 diff --git a/backend/requirements_optional.txt b/backend/requirements_optional.txt index be9c1dc..639a63d 100644 --- a/backend/requirements_optional.txt +++ b/backend/requirements_optional.txt @@ -10,4 +10,4 @@ # (funzionalita' prevista nella roadmap, non ancora attiva nel core). scikit-learn>=1.9.0 -nltk>=3.9.4 +nltk>=3.10.0