From b63bf26a34ad34ae18c121cbdf0d623e2085fa7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:44:52 +0000 Subject: [PATCH] Bump stanza from 1.1.1 to 1.12.2 Bumps [stanza](https://github.com/stanfordnlp/stanza) from 1.1.1 to 1.12.2. - [Release notes](https://github.com/stanfordnlp/stanza/releases) - [Commits](https://github.com/stanfordnlp/stanza/compare/v1.1.1...v1.12.2) --- updated-dependencies: - dependency-name: stanza dependency-version: 1.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d239b82..39f76be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ transformers>=2.4.0 tqdm>=4.0.0 pandas>=1.0.0 nltk>=3.0 -stanza==1.1.1 +stanza==1.12.2 sentence-transformers>=0.3.0 fasttext>=0.9.0 expiringdict>=1.2.0