You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2021/08/09 22:52:02 UTC

[airflow] 04/39: Bump Jinja2 upper-bound from 2.12.0 to 4.0.0 (#16595)

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

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

commit c967d29671b854fdad0d8eba11a807bc3bf3ce3c
Author: Ashwin Madavan <as...@gmail.com>
AuthorDate: Thu Jun 24 15:07:23 2021 -0400

    Bump Jinja2 upper-bound from 2.12.0 to 4.0.0 (#16595)
    
    (cherry picked from commit 5d5268f5e553a7031ebfb08754c31fca5c13bda7)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 0e4868f..fbe58cb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -114,7 +114,7 @@ install_requires =
     iso8601>=0.1.12
     # Logging is broken with itsdangerous > 2
     itsdangerous>=1.1.0, <2.0
-    jinja2>=2.10.1, <2.12.0
+    jinja2>=2.10.1,<4
     jsonschema~=3.0
     lazy-object-proxy
     lockfile>=0.12.2