Skip to content

Commit b778044

Browse files
committed
Update examples' requirements to use Yoti v2.7.0
1 parent b5a3403 commit b778044

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/aml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yoti
1+
yoti>=2.7.0
22
python-dotenv>=0.7.1

examples/yoti_example_django/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yoti>=2.6.0
1+
yoti>=2.7.0
22
Django>1.11.16
33
python-dotenv>=0.7.1
44
django-sslserver>=0.2.0

examples/yoti_example_django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ pytz==2018.4 # via django
2222
requests==2.21.0
2323
six==1.11.0 # via cryptography, protobuf, pyopenssl
2424
urllib3==1.23 # via requests
25-
yoti==2.6.0
25+
yoti==2.7.0

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
Flask>=0.12.3
2-
yoti>=2.6.0
2+
yoti>=2.7.0
33
python-dotenv>=0.7.1
44
pyopenssl>=19.0.0
55
cryptography>=2.3

examples/yoti_example_flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ requests==2.21.0
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.23 # via requests
2727
werkzeug==0.14.1 # via flask
28-
yoti==2.6.0
28+
yoti==2.7.0

0 commit comments

Comments
 (0)