Skip to content

Commit e11b78e

Browse files
committed
Update example projects to use Yoti 2.6.0
1 parent b610d16 commit e11b78e

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

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.19.1 # via yoti
2323
six==1.11.0 # via cryptography, protobuf, pyopenssl
2424
urllib3==1.23 # via requests
25-
yoti==2.5.0
25+
yoti==2.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flask>=0.10
2-
yoti>=2.5.0
2+
yoti>=2.6.0
33
python-dotenv>=0.7.1
44
pyopenssl

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.19.1 # via yoti
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.5.0
28+
yoti==2.6.0

0 commit comments

Comments
 (0)