From c263901c43c9f420d5bb3e94e33d4596d75e9f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:01:30 +0000 Subject: [PATCH] Bump nltk from 3.9.1 to 3.9.3 Bumps [nltk](https://github.com/nltk/nltk) from 3.9.1 to 3.9.3. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.3) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0d4442..7a85b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "torchaudio==2.6.0", "numpy==1.24.3", "fairseq2==0.4.4", - "nltk==3.9.1", + "nltk==3.9.3", "syllables @ git+https://github.com/playht/python-syllables.git", "jiwer==3.1.0", "pydantic==2.11.5",