From 694c5287cc4fd5bb0a2e83a36a32029e3528632c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 14:19:02 +0100 Subject: [PATCH] Bump markupsafe from 1.1.1 to 2.0.0 (#1026) Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.1 to 2.0.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.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c11df8989..5f26a0ad2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -36,7 +36,7 @@ idna==2.10 # via requests iniconfig==1.1.1 # via pytest -markupsafe==1.1.1 +markupsafe==2.0.0 # via -r test-requirements.in mypy-extensions==0.4.3 # via mypy