From fe8298cf5bf682a3511799ba123e86af71e2bf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:09:08 +0000 Subject: [PATCH] Bump markupsafe from 2.0.0 to 2.0.1 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.0 to 2.0.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.0...2.0.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/tests-pallets-min.in | 2 +- requirements/tests-pallets-min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/tests-pallets-min.in b/requirements/tests-pallets-min.in index 6c8a55d9e6..9d0411b8e1 100644 --- a/requirements/tests-pallets-min.in +++ b/requirements/tests-pallets-min.in @@ -1,5 +1,5 @@ Werkzeug==2.0.0 Jinja2==3.0.0 -MarkupSafe==2.0.0 +MarkupSafe==2.0.1 itsdangerous==2.0.0 click==8.0.0 diff --git a/requirements/tests-pallets-min.txt b/requirements/tests-pallets-min.txt index 75b3524cef..1cb035afe4 100644 --- a/requirements/tests-pallets-min.txt +++ b/requirements/tests-pallets-min.txt @@ -10,7 +10,7 @@ itsdangerous==2.0.0 # via -r requirements/tests-pallets-min.in jinja2==3.0.0 # via -r requirements/tests-pallets-min.in -markupsafe==2.0.0 +markupsafe==2.0.1 # via # -r requirements/tests-pallets-min.in # jinja2