From 169280ba64524f3384c7a7dd4a1d86625d6a21e3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 May 2024 08:49:45 -0700
Subject: [PATCH] Bump markupsafe from 2.1.3 to 2.1.5 (#11176)

Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 to 2.1.5.
- [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.3...2.1.5)

---
updated-dependencies:
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 1608e0a6b..723d0cf0d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@ ansible==9.5.1
 cryptography==41.0.4
 jinja2==3.1.4
 jmespath==1.0.1
-MarkupSafe==2.1.3
+MarkupSafe==2.1.5
 netaddr==1.2.1
 pbr==5.11.1
 ruamel.yaml==0.18.6
-- 
GitLab