From 2dc9fcc6864b089cbabbdd8caec1b115079d52d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 19:08:38 +0000 Subject: [PATCH] Bump markupsafe from 1.1.1 to 2.1.0 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 to 2.1.0. - [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.0) --- 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 0545818048..f5de999fa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ jinja2==2.11.2 jwcrypto==0.8 keyring==21.5.0 lxml==4.6.2 -MarkupSafe==1.1.1 +MarkupSafe==2.1.0 pycparser==2.20 pydantic==1.7.3 PyJWT==1.7.1