Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13.0
yoti>=2.14.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.13.0
yoti>=2.14.0
filetype>=1.0.7
pyopenssl>=19.1.0
3 changes: 2 additions & 1 deletion examples/doc_scan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ protobuf==3.11.3 # via yoti
pycparser==2.20 # via cffi
pyopenssl==19.1.0 # via -r requirements.in, yoti
python-dotenv==0.13.0 # via -r requirements.in
pytz==2020.4 # via yoti
requests==2.23.0 # via yoti
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.13.0 # via -r requirements.in
yoti==2.14.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.13.0
yoti>=2.14.0
4 changes: 2 additions & 2 deletions examples/yoti_example_django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ protobuf==3.6.0 # via yoti
pycparser==2.18 # via cffi
pyopenssl==18.0.0 # via yoti
python-dotenv==0.8.2 # via -r requirements.in
pytz==2018.4 # via django
pytz==2020.4 # via django, yoti
requests==2.21.0 # via -r requirements.in, yoti
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.13.0 # via -r requirements.in
yoti==2.14.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.13.0
yoti>=2.14.0
werkzeug>=1.0.1
3 changes: 2 additions & 1 deletion examples/yoti_example_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ protobuf==3.6.0 # via yoti
pycparser==2.18 # via cffi
pyopenssl==19.0.0 # via -r requirements.in, yoti
python-dotenv==0.8.2 # via -r requirements.in
pytz==2020.4 # via yoti
requests==2.21.0 # via -r requirements.in, yoti
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.13.0 # via -r requirements.in
yoti==2.14.0 # via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io
sonar.organization = getyoti
sonar.projectKey = getyoti:python
sonar.projectName = Python SDK
sonar.projectVersion = 2.14.0
sonar.projectVersion = 2.15.0
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*

sonar.python.pylint.reportPath = coverage.out
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "2.14.0"
__version__ = "2.15.0"