From 56c37a7f32d82d7defbd43f054ac0155297a5b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:42:41 +0000 Subject: [PATCH] chore(deps): bump babel from 2.14.0 to 2.18.0 in /sdk/python Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.18.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.18.0) --- updated-dependencies: - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..066d430bc7f 100644 --- a/sdk/python/requirements/docs.txt +++ b/sdk/python/requirements/docs.txt @@ -6,7 +6,7 @@ # alabaster==0.7.16 # via sphinx -babel==2.14.0 +babel==2.18.0 # via sphinx certifi==2023.11.17 # via requests