File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
examples/yoti_example_flask Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cryptography>=2.3
2
- Flask>=0.12.3
2
+ Flask>=1.0.4
3
3
jinja2>=2.8.1
4
4
pyopenssl>=19.0.0
5
5
python-dotenv>=0.7.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cffi==1.11.5 # via cryptography
11
11
chardet == 3.0.4 # via requests
12
12
click == 6.7 # via flask
13
13
cryptography == 2.5
14
- flask == 1.0.2
14
+ flask == 1.1.1
15
15
future == 0.16.0 # via yoti
16
16
idna == 2.7 # via requests
17
17
itsdangerous == 0.24 # via flask
@@ -24,8 +24,8 @@ python-dotenv==0.8.2
24
24
requests == 2.21.0
25
25
six == 1.11.0 # via cryptography, protobuf, pyopenssl
26
26
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
29
29
30
30
# 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
You can’t perform that action at this time.
0 commit comments