From c5e2e0b7ce95bf9b1775870633afcb95006567c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:02:06 +0000 Subject: [PATCH] chore(deps): bump markupsafe from 2.1.4 to 3.0.3 in /sdk/python Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.4 to 3.0.3. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.4...3.0.3) --- updated-dependencies: - dependency-name: markupsafe dependency-version: 3.0.3 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..46c1966dfab 100644 --- a/sdk/python/requirements/docs.txt +++ b/sdk/python/requirements/docs.txt @@ -22,7 +22,7 @@ imagesize==1.4.1 # via sphinx jinja2==3.1.3 # via sphinx -markupsafe==2.1.4 +markupsafe==3.0.3 # via jinja2 packaging==23.2 # via sphinx