From 34da11515508e82273c0736a229acfa636322d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:59:04 +0000 Subject: [PATCH] chore(deps): bump markupsafe from 2.1.5 to 3.0.1 in /source Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/requirements.txt b/source/requirements.txt index 17f611b5..6890d588 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -133,7 +133,7 @@ markdown-it-py==2.2.0 # -r source/requirements.txt # mdit-py-plugins # myst-parser -markupsafe==2.1.5 +markupsafe==3.0.1 # via # -r source/requirements.txt # jinja2