From e906cd5e17a55f7234a276cdce7f9f7387296f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 18:04:08 +0000 Subject: [PATCH] Update markupsafe requirement from <=2.0.1 to <2.1.1 Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version. - [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/0.9...2.1.0) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2721cd9..d013ee3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,4 @@ email_validator gitdb==4.0.9 Werkzeug==1.0.1 WTForms==2.3.3 -MarkupSafe<=2.0.1 +MarkupSafe<2.1.1