Skip to content

Commit 4bc3848

Browse files
committed
Update jinja min. version
1 parent 625ffd3 commit 4bc3848

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/yoti_example_flask/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ yoti>=2.6.0
33
python-dotenv>=0.7.1
44
pyopenssl>=19.0.0
55
cryptography>=2.3
6-
requests>=2.20.0
6+
requests>=2.20.0
7+
jinja2>=2.8.1

examples/yoti_example_flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flask==1.0.2
1515
future==0.16.0 # via yoti
1616
idna==2.7 # via requests
1717
itsdangerous==0.24 # via flask
18-
jinja2==2.10 # via flask
18+
jinja2==2.10.1
1919
markupsafe==1.0 # via jinja2
2020
protobuf==3.6.0 # via yoti
2121
pycparser==2.18 # via cffi

0 commit comments

Comments
 (0)