Skip to content

Commit d4eebfb

Browse files
Merge pull request #273 from getyoti/master-1.14.0
Merge master 1.14.0 → development
2 parents 1ceff9f + 412820e commit d4eebfb

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

examples/aml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yoti>=2.13.0
1+
yoti>=2.14.0
22
python-dotenv>=0.7.1

examples/doc_scan/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask>=1.1.2
22
python-dotenv>=0.13.0
3-
yoti>=2.13.0
3+
yoti>=2.14.0
44
filetype>=1.0.7
55
pyopenssl>=19.1.0

examples/doc_scan/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ protobuf==3.11.3 # via yoti
2323
pycparser==2.20 # via cffi
2424
pyopenssl==19.1.0 # via -r requirements.in, yoti
2525
python-dotenv==0.13.0 # via -r requirements.in
26+
pytz==2020.4 # via yoti
2627
requests==2.23.0 # via yoti
2728
six==1.14.0 # via cryptography, protobuf, pyopenssl
2829
urllib3==1.25.9 # via requests
2930
werkzeug==1.0.1 # via flask
3031
wrapt==1.12.1 # via deprecated
31-
yoti==2.13.0 # via -r requirements.in
32+
yoti==2.14.0 # via -r requirements.in
3233

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

examples/yoti_example_django/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ django-sslserver>=0.22.0
33
python-dotenv>=0.7.1
44
requests>=2.20.0
55
urllib3>=1.24.2
6-
yoti>=2.13.0
6+
yoti>=2.14.0

examples/yoti_example_django/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ protobuf==3.6.0 # via yoti
2020
pycparser==2.18 # via cffi
2121
pyopenssl==18.0.0 # via yoti
2222
python-dotenv==0.8.2 # via -r requirements.in
23-
pytz==2018.4 # via django
23+
pytz==2020.4 # via django, yoti
2424
requests==2.21.0 # via -r requirements.in, yoti
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
sqlparse==0.3.0 # via django
2727
urllib3==1.24.2 # via -r requirements.in, requests
2828
wrapt==1.12.1 # via deprecated
29-
yoti==2.13.0 # via -r requirements.in
29+
yoti==2.14.0 # via -r requirements.in
3030

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

examples/yoti_example_flask/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pyopenssl>=19.0.0
55
python-dotenv>=0.7.1
66
requests>=2.20.0
77
urllib3>=1.24.2
8-
yoti>=2.13.0
8+
yoti>=2.14.0
99
werkzeug>=1.0.1

examples/yoti_example_flask/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ protobuf==3.6.0 # via yoti
2222
pycparser==2.18 # via cffi
2323
pyopenssl==19.0.0 # via -r requirements.in, yoti
2424
python-dotenv==0.8.2 # via -r requirements.in
25+
pytz==2020.4 # via yoti
2526
requests==2.21.0 # via -r requirements.in, yoti
2627
six==1.11.0 # via cryptography, protobuf, pyopenssl
2728
urllib3==1.24.2 # via -r requirements.in, requests
2829
werkzeug==1.0.1 # via -r requirements.in, flask
2930
wrapt==1.12.1 # via deprecated
30-
yoti==2.13.0 # via -r requirements.in
31+
yoti==2.14.0 # via -r requirements.in
3132

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

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io
22
sonar.organization = getyoti
33
sonar.projectKey = getyoti:python
44
sonar.projectName = Python SDK
5-
sonar.projectVersion = 2.14.0
5+
sonar.projectVersion = 2.15.0
66
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*
77

88
sonar.python.pylint.reportPath = coverage.out

yoti_python_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.14.0"
2+
__version__ = "2.15.0"

0 commit comments

Comments
 (0)