From 6d58f8e150bfabea5ebb52780d4abf6a5f3522c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:01:41 +0000 Subject: [PATCH] Bump python-crfsuite from 0.9.11 to 0.9.12 Bumps [python-crfsuite](https://github.com/scrapinghub/python-crfsuite) from 0.9.11 to 0.9.12. - [Release notes](https://github.com/scrapinghub/python-crfsuite/releases) - [Changelog](https://github.com/scrapinghub/python-crfsuite/blob/master/CHANGES.rst) - [Commits](https://github.com/scrapinghub/python-crfsuite/compare/0.9.11...0.9.12) --- updated-dependencies: - dependency-name: python-crfsuite dependency-version: 0.9.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_requirements.txt b/docker_requirements.txt index 9ee0173b6..1b80ccfc0 100644 --- a/docker_requirements.txt +++ b/docker_requirements.txt @@ -18,7 +18,7 @@ pandas>=2.2.0,<3 panphon==0.22.2 phunspell==0.1.6 pyicu>=2.15.2,<3 -python-crfsuite==0.9.11 +python-crfsuite==0.9.12 requests>=2.32.0,<2.33 sacremoses==0.1.1 sentence-transformers>=2.7.0,<3