From e5183d2cf03ee172402aa2ecfcd2cca4de9ace28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:29:42 +0000 Subject: [PATCH] build(deps): update snowballstemmer requirement from <3.0 to <4.0 Updates the requirements on [snowballstemmer](https://github.com/snowballstem/snowball) to permit the latest version. - [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS) - [Commits](https://github.com/snowballstem/snowball/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: snowballstemmer dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index a662a0d83f..ebd13561b3 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,4 +3,4 @@ shibuya sphinx<8.2 sphinx-autodoc-typehints[type_comments]>=1.8.0 typing-extensions -snowballstemmer<3.0 +snowballstemmer<4.0