From 13b0af1a2211f3e905d23bc5e1808307d577183d Mon Sep 17 00:00:00 2001 From: Tajinder Singh Date: Tue, 7 Dec 2021 13:41:20 -0500 Subject: [PATCH] Lift off upper bound for MarkupSafe Per discussion and guidance from #19753, opening this PR for review. Based on if all the tests pass, this could be reviewed further. Resolves #19761. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 632294edadf42..3dd187281df00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -123,7 +123,7 @@ install_requires = lazy-object-proxy lockfile>=0.12.2 markdown>=2.5.2, <4.0 - markupsafe>=1.1.1, <=2.0 + markupsafe>=1.1.1 marshmallow-oneofschema>=2.0.1 # Required by vendored-in connexion openapi-spec-validator>=0.2.4