From 1bc2a500055285ecb7653cde39d51847a516665e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:22:04 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.2. - [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.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10b7e2ff74..2665f0889e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/ # See https://github.com/pallets/markupsafe/issues/286 but breaking change in # MarkupSafe causes jinja to break -MarkupSafe==2.0.1 +MarkupSafe==3.0.2 # Only for some importers: pyyaml>=5.3,<6.1 # http://pyyaml.org/wiki/PyYAML