Skip to content

Commit 0298997

Browse files
committed
Update jinja package (from Flask)
1 parent 99d7650 commit 0298997

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/yoti_example_flask/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cffi>=1.15.0
22
flask>=1.0.4
3-
jinja2>=2.8.1
3+
jinja2>=3.0.3
44
pyopenssl>=19.0.0
55
python-dotenv>=0.7.1
66
requests>=2.20.0

examples/yoti_example_flask/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ iso8601==0.1.13
3232
# via yoti
3333
itsdangerous==0.24
3434
# via flask
35-
jinja2==2.10.1
35+
jinja2==3.0.3
3636
# via
3737
# -r requirements.in
3838
# flask
39-
markupsafe==1.0
39+
markupsafe==2.0.1
4040
# via jinja2
4141
protobuf==3.6.0
4242
# via yoti
@@ -56,6 +56,7 @@ requests==2.21.0
5656
# yoti
5757
six==1.16.0
5858
# via
59+
# -r requirements.in
5960
# cryptography
6061
# protobuf
6162
# pyopenssl

0 commit comments

Comments
 (0)