From 0510043700136af975d775751bdd0f390c47e23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:28:37 +0000 Subject: [PATCH] build(deps): bump markupsafe Bumps the production-dependencies group in /docs with 1 update: [markupsafe](https://github.com/pallets/markupsafe). Updates `markupsafe` from 3.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/3.0.1...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ff125013df..bfa3cff1c1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ Babel==2.16.0 Jinja2==3.1.4 -MarkupSafe==3.0.1 +MarkupSafe==3.0.2 Pygments==2.18.0 Sphinx==7.4.7 certifi==2024.8.30