This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 2ddb431161834073fd6a7ad755ee49f73a71961b
Author: Tajinder Singh <[email protected]>
AuthorDate: Tue Dec 7 20:26:31 2021 -0500

    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.
    
    (cherry picked from commit bcacc51a16697a656357c29c7a40240e422e4bf9)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index ff95f29..fcd09b2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -122,7 +122,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

Reply via email to