From 5357affb122443fe3c3a3cb21af6ff19b3668295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:42:05 +0000 Subject: [PATCH] Bump markupsafe from 2.1.5 to 3.0.3 in /python Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 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.5...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] --- python/web/requirements-dev.txt | 2 +- python/web/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/web/requirements-dev.txt b/python/web/requirements-dev.txt index 5e44fbde52..272539f312 100644 --- a/python/web/requirements-dev.txt +++ b/python/web/requirements-dev.txt @@ -8,7 +8,7 @@ flake8==7.3.0 idna==3.11 iniconfig==2.0.0 jinja2==3.1.6 -MarkupSafe==2.1.5 +MarkupSafe==3.0.3 mccabe==0.7.0 mypy-extensions==1.1.0 packaging==26.0 diff --git a/python/web/requirements.txt b/python/web/requirements.txt index d1c593778e..efda784bb6 100644 --- a/python/web/requirements.txt +++ b/python/web/requirements.txt @@ -11,7 +11,7 @@ idna==3.11 importlib-metadata==8.7.1 itsdangerous==2.2.0 jinja2==3.1.6 -MarkupSafe==2.1.5 +MarkupSafe==3.0.3 # protobuf==3.20.3 python-pam==2.0.2 pytz==2026.1.post1