From 350363a1118747de741e9ac558f729bc14fcae60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:47:08 +0000 Subject: [PATCH] Bump markupsafe from 1.1.1 to 2.1.5 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 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/1.1.1...2.1.5) --- 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 a6a45cc..44b3c0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Flask==1.1.2 gunicorn==19.10.0 itsdangerous==1.1.0 Jinja2==2.11.3 -MarkupSafe==1.1.1 +MarkupSafe==2.1.5 pyparsing==2.4.7 python-dateutil==2.8.1 PyYAML==5.4.1