Remove Jinja2 constraint
This patch relaxes the Jinja2 constraint since they recently released the 3.0.1 and this latter is in the upper-constraints. Related-Bug: #1929420 Change-Id: I55bd4ad75a925e5bdcb13b235dd2ee6f756ab318 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
parent
d0d7da08ed
commit
dbb069fe0a
@ -1,7 +1,7 @@
|
||||
# this is required for the molecule jobs
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+
|
||||
ansi2html # LGPLv3+
|
||||
jinja2>=2.8.0,<3 # BSD-3-Clause
|
||||
jinja2>=2.8.0 # BSD-3-Clause
|
||||
mock # BSD
|
||||
molecule>=3.0,<3.1 # MIT
|
||||
pytest # MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user