Skip to content

Commit e9d8e47

Browse files
committed
SDK-1161: Update Flask dependency in example project due to vulnerability in one of Flask's dependencies
1 parent b8395b0 commit e9d8e47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/yoti_example_flask/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography>=2.3
2-
Flask>=0.12.3
2+
Flask>=1.0.4
33
jinja2>=2.8.1
44
pyopenssl>=19.0.0
55
python-dotenv>=0.7.1

examples/yoti_example_flask/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cffi==1.11.5 # via cryptography
1111
chardet==3.0.4 # via requests
1212
click==6.7 # via flask
1313
cryptography==2.5
14-
flask==1.0.2
14+
flask==1.1.1
1515
future==0.16.0 # via yoti
1616
idna==2.7 # via requests
1717
itsdangerous==0.24 # via flask
@@ -24,8 +24,8 @@ python-dotenv==0.8.2
2424
requests==2.21.0
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.24.2
27-
werkzeug==0.14.1 # via flask
28-
yoti==2.8.0
27+
werkzeug==0.15.5 # via flask
28+
yoti==2.8.1
2929

3030
# The following packages are considered to be unsafe in a requirements file:
31-
# setuptools==41.1.0 # via protobuf
31+
# setuptools==41.2.0 # via protobuf

0 commit comments

Comments
 (0)