Skip to content

Commit

Permalink
Update example projects to use Yoti 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod committed Feb 12, 2019
1 parent b610d16 commit e11b78e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/yoti_example_django/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yoti>=2.5.0
yoti>=2.6.0
Django>1.11.16
python-dotenv>=0.7.1
django-sslserver
2 changes: 1 addition & 1 deletion examples/yoti_example_django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ pytz==2018.4 # via django
requests==2.19.1 # via yoti
six==1.11.0 # via cryptography, protobuf, pyopenssl
urllib3==1.23 # via requests
yoti==2.5.0
yoti==2.6.0
2 changes: 1 addition & 1 deletion examples/yoti_example_flask/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask>=0.10
yoti>=2.5.0
yoti>=2.6.0
python-dotenv>=0.7.1
pyopenssl
2 changes: 1 addition & 1 deletion examples/yoti_example_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ requests==2.19.1 # via yoti
six==1.11.0 # via cryptography, protobuf, pyopenssl
urllib3==1.23 # via requests
werkzeug==0.14.1 # via flask
yoti==2.5.0
yoti==2.6.0

0 comments on commit e11b78e

Please sign in to comment.