From e11b78ee045287d721112d167d553547a71a866d Mon Sep 17 00:00:00 2001 From: echarrod Date: Tue, 12 Feb 2019 07:27:30 -0700 Subject: [PATCH] Update example projects to use Yoti 2.6.0 --- examples/yoti_example_django/requirements.in | 2 +- examples/yoti_example_django/requirements.txt | 2 +- examples/yoti_example_flask/requirements.in | 2 +- examples/yoti_example_flask/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/yoti_example_django/requirements.in b/examples/yoti_example_django/requirements.in index 84e52e32..01294fd3 100644 --- a/examples/yoti_example_django/requirements.in +++ b/examples/yoti_example_django/requirements.in @@ -1,4 +1,4 @@ -yoti>=2.5.0 +yoti>=2.6.0 Django>1.11.16 python-dotenv>=0.7.1 django-sslserver diff --git a/examples/yoti_example_django/requirements.txt b/examples/yoti_example_django/requirements.txt index a91c62cd..83962dfd 100644 --- a/examples/yoti_example_django/requirements.txt +++ b/examples/yoti_example_django/requirements.txt @@ -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 diff --git a/examples/yoti_example_flask/requirements.in b/examples/yoti_example_flask/requirements.in index 24fb26a7..96b0df3e 100644 --- a/examples/yoti_example_flask/requirements.in +++ b/examples/yoti_example_flask/requirements.in @@ -1,4 +1,4 @@ flask>=0.10 -yoti>=2.5.0 +yoti>=2.6.0 python-dotenv>=0.7.1 pyopenssl diff --git a/examples/yoti_example_flask/requirements.txt b/examples/yoti_example_flask/requirements.txt index 09ee825b..99304e44 100644 --- a/examples/yoti_example_flask/requirements.txt +++ b/examples/yoti_example_flask/requirements.txt @@ -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