You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/18 13:10:44 UTC

[airflow] 28/41: Bump min version of jinja2 (#26866)

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

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

commit 000718613ffbd7c3d609b9ee7adad4afd17892ec
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Tue Oct 4 15:11:15 2022 -0700

    Bump min version of jinja2 (#26866)
    
    We use the `dumps` kwarg, which was added in 3.0 of jinja2.
    
    (cherry picked from commit 4fa476bf162a42512c17c6198db2de8253779f55)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 3744e09c1c..7f8344f310 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -119,7 +119,7 @@ install_requires =
     importlib_metadata>=1.7;python_version<"3.9"
     importlib_resources>=5.2;python_version<"3.9"
     itsdangerous>=2.0
-    jinja2>=2.10.1
+    jinja2>=3.0.0
     jsonschema>=3.2.0
     lazy-object-proxy
     linkify-it-py>=2.0.0