From bcacc51a16697a656357c29c7a40240e422e4bf9 Mon Sep 17 00:00:00 2001 From: Tajinder Singh Date: Tue, 7 Dec 2021 20:26:31 -0500 Subject: [PATCH] Lift off upper bound for MarkupSafe (#20113) 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