From 0d4236e2d40cdf45ed545fd3c1d2f3b488744574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 01:36:22 +0300 Subject: [PATCH] Bump markupsafe from 2.0.1 to 2.1.1 (#389) Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.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/2.0.1...2.1.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-minor ... 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 0a415f0..616882f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ html5lib==1.1 idna==3.3 Jinja2==3.0.3 lxml==4.8.0 -MarkupSafe==2.0.1 +MarkupSafe==2.1.1 mock==4.0.3 multidict==5.2.0;python_version<"3.7" multidict==6.0.2;python_version>="3.7"