From 166fa5ce593a0aa5618ca4ed1676ce0efe6720ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:42:36 +0000 Subject: [PATCH] chore(deps): bump snowballstemmer from 2.2.0 to 3.1.1 in /sdk/python Bumps [snowballstemmer](https://github.com/snowballstem/snowball) from 2.2.0 to 3.1.1. - [Changelog](https://github.com/snowballstem/snowball/blob/main/NEWS) - [Commits](https://github.com/snowballstem/snowball/compare/v2.2.0...v3.1.1) --- updated-dependencies: - dependency-name: snowballstemmer dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/requirements/docs.txt b/sdk/python/requirements/docs.txt index 0c3258bdb6e..dc2ca31380c 100644 --- a/sdk/python/requirements/docs.txt +++ b/sdk/python/requirements/docs.txt @@ -30,7 +30,7 @@ pygments==2.17.2 # via sphinx requests==2.31.0 # via sphinx -snowballstemmer==2.2.0 +snowballstemmer==3.1.1 # via sphinx sphinx==7.2.6 # via