From 7da90b08a408e2064133301285fd0475aefd7f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:26:48 -0700 Subject: [PATCH] Bump markupsafe from 1.1.1 to 2.1.1 (#164) Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 to 2.1.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/1.1.1...2.1.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] 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 dee68fb..4fc2a24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ cryptography==37.0.2 Flask==2.1.2 itsdangerous==2.1.2 Jinja2==3.1.2 -MarkupSafe==1.1.1 +MarkupSafe==2.1.1 redis==4.3.3 Werkzeug==2.1.2