Skip to content

Commit

Permalink
NA: Update demo SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston committed Oct 21, 2020
1 parent 2e003b7 commit fa6337e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/aml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yoti>=2.12.1
yoti>=2.13.0
python-dotenv>=0.7.1
2 changes: 1 addition & 1 deletion examples/doc_scan/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask>=1.1.2
python-dotenv>=0.13.0
yoti>=2.12.1
yoti>=2.13.0
filetype>=1.0.7
pyopenssl>=19.1.0
6 changes: 3 additions & 3 deletions examples/doc_scan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via flask
cryptography==2.9.2 # via pyopenssl, yoti
deprecated==1.2.6 # via yoti
deprecated==1.2.10 # via yoti
filetype==1.0.7 # via -r requirements.in
flask==1.1.2 # via -r requirements.in
future==0.18.2 # via yoti
idna==2.9 # via requests
iso8601==0.1.12 # via yoti
iso8601==0.1.13 # via yoti
itsdangerous==1.1.0 # via flask
jinja2==2.11.2 # via flask
markupsafe==1.1.1 # via jinja2
Expand All @@ -28,7 +28,7 @@ six==1.14.0 # via cryptography, protobuf, pyopenssl
urllib3==1.25.9 # via requests
werkzeug==1.0.1 # via flask
wrapt==1.12.1 # via deprecated
yoti==2.12.1 # via -r requirements.in
yoti==2.13.0 # via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion examples/yoti_example_django/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ django-sslserver>=0.22.0
python-dotenv>=0.7.1
requests>=2.20.0
urllib3>=1.24.2
yoti>=2.12.1
yoti>=2.13.0
6 changes: 3 additions & 3 deletions examples/yoti_example_django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ certifi==2018.4.16 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.9.2 # via pyopenssl, yoti
deprecated==1.2.6 # via yoti
deprecated==1.2.10 # via yoti
django-sslserver==0.22 # via -r requirements.in
django==3.0.7 # via -r requirements.in, django-sslserver
future==0.16.0 # via yoti
idna==2.7 # via requests
iso8601==0.1.12 # via yoti
iso8601==0.1.13 # via yoti
protobuf==3.6.0 # via yoti
pycparser==2.18 # via cffi
pyopenssl==18.0.0 # via yoti
Expand All @@ -26,7 +26,7 @@ six==1.11.0 # via cryptography, protobuf, pyopenssl
sqlparse==0.3.0 # via django
urllib3==1.24.2 # via -r requirements.in, requests
wrapt==1.12.1 # via deprecated
yoti==2.12.1 # via -r requirements.in
yoti==2.13.0 # via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion examples/yoti_example_flask/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pyopenssl>=19.0.0
python-dotenv>=0.7.1
requests>=2.20.0
urllib3>=1.24.2
yoti>=2.12.1
yoti>=2.13.0
werkzeug>=1.0.1
6 changes: 3 additions & 3 deletions examples/yoti_example_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ cffi==1.14.0 # via -r requirements.in, cryptography
chardet==3.0.4 # via requests
click==6.7 # via flask
cryptography==2.9.2 # via pyopenssl, yoti
deprecated==1.2.6 # via yoti
deprecated==1.2.10 # via yoti
flask==1.1.1 # via -r requirements.in
future==0.16.0 # via yoti
idna==2.7 # via requests
iso8601==0.1.12 # via yoti
iso8601==0.1.13 # via yoti
itsdangerous==0.24 # via flask
jinja2==2.10.1 # via -r requirements.in, flask
markupsafe==1.0 # via jinja2
Expand All @@ -27,7 +27,7 @@ six==1.11.0 # via cryptography, protobuf, pyopenssl
urllib3==1.24.2 # via -r requirements.in, requests
werkzeug==1.0.1 # via -r requirements.in, flask
wrapt==1.12.1 # via deprecated
yoti==2.12.1 # via -r requirements.in
yoti==2.13.0 # via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit fa6337e

Please sign in to comment.