From 56808770944f7dda96d18a47e0675a0d0fd9a57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:01:55 +0000 Subject: [PATCH] Bump markupsafe from 1.1.1 to 2.1.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 to 2.1.2. - [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.2) --- 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..3d65456460 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.2 pycparser==2.20 pydantic==1.7.3 PyJWT==1.7.1