From 5d9b74f7770279513ac6ef28e01663a5b5e8751c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:50:27 +0000 Subject: [PATCH] chore(deps): bump markupsafe from 2.0.1 to 2.1.5 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.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/2.0.1...2.1.5) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af7e50c..5fe749c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.* gunicorn==20.0.* -markupsafe==2.0.1 +markupsafe==2.1.5 requests==2.28.*