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:
Gael Chamoulaud (Strider) 2021-05-26 12:28:03 +02:00
parent d0d7da08ed
commit dbb069fe0a
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# this is required for the molecule jobs # this is required for the molecule jobs
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+ ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+
ansi2html # LGPLv3+ ansi2html # LGPLv3+
jinja2>=2.8.0,<3 # BSD-3-Clause jinja2>=2.8.0 # BSD-3-Clause
mock # BSD mock # BSD
molecule>=3.0,<3.1 # MIT molecule>=3.0,<3.1 # MIT
pytest # MIT pytest # MIT