From 72e4dd3a8f82001e00623f024f398b1ca1969e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:33:32 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 3.0.3 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 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.0.1...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] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 3a9cfffd5e..19c307821a 100644 --- a/constraints.txt +++ b/constraints.txt @@ -17,7 +17,7 @@ idna==3.10 iniconfig==2.1.0 Jinja2==2.10.3 markdown-it-py==3.0.0 -MarkupSafe==2.0.1 +MarkupSafe==3.0.3 mdurl==0.1.2 netifaces==0.11.0 packaging==25.0 diff --git a/pyproject.toml b/pyproject.toml index a4f4c8a5c8..1187318a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # See https://github.com/pallets/markupsafe/issues/286 but breaking change in # MarkupSafe causes jinja to break - "MarkupSafe==2.0.1", + "MarkupSafe==3.0.3", # Only for some importers: "pyyaml>=5.3,<6.1", # http://pyyaml.org/wiki/PyYAML