Skip to content

Commit

Permalink
Bump jinja2 version required (#3200)
Browse files Browse the repository at this point in the history
This should ensure that features like `is boolean` are available in
jinja2 used by molecule.

Related: ansible-community/molecule-vagrant#112
  • Loading branch information
ssbarnea authored Jul 21, 2021
1 parent 4fe7e04 commit d0cb7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ install_requires =
cookiecutter >= 1.7.3 # dependency issues in older versions
dataclasses; python_version<"3.7"
enrich >= 1.2.5
Jinja2 >= 2.10.1
Jinja2 >= 2.11.3
packaging
paramiko >= 2.5.0, < 3
pluggy >= 0.7.1, < 1.0
Expand Down

0 comments on commit d0cb7b7

Please sign in to comment.