Skip to content

Commit

Permalink
Fixed Jinja2 dependency for PACKAGE_LEVEL=ansible
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Feb 29, 2024
1 parent 032d7b5 commit ad5844a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -168,6 +168,11 @@ jobs:
\"python-version\": \"3.9\", \
\"package_level\": \"minimum\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.9\", \
\"package_level\": \"ansible\" \
}, \
{ \
\"os\": \"ubuntu-latest\", \
\"python-version\": \"3.10\", \
Expand Down
2 changes: 1 addition & 1 deletion ansible-constraints.txt
Expand Up @@ -25,7 +25,7 @@ ansible>=9.0.1; python_version >= '3.12' # Ansible 9.x / ansible-cor
# Ansible 6 requires Jinja2>=3.0
# Python 3.10 requires Jinja>=2.11
Jinja2==2.10.1; python_version <= '3.7'
Jinja2==3.0.0; python_version >= '3.8'
Jinja2==3.1.3; python_version >= '3.8'

# MarkupSafe is used by Jinja2
# Jinja2 3.0 requires MarkupSafe>=2.0
Expand Down

0 comments on commit ad5844a

Please sign in to comment.