Skip to content

Commit 80c0fa1

Browse files
authored
Merge pull request #104 from getyoti/UpdateExampleProjects
Release-2.9.0: Bump yoti library version numbers in example projects
2 parents e39c365 + 5ac9146 commit 80c0fa1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.8.2
1+
yoti>=2.9.0
22
python-dotenv>=0.7.1

examples/yoti_example_django/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ django-sslserver>=0.2.0
44
python-dotenv>=0.7.1
55
requests>=2.20.0
66
urllib3>=1.24.2
7-
yoti>=2.8.2
7+
yoti>=2.9.0

examples/yoti_example_django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requests==2.21.0
2323
six==1.11.0 # via cryptography, protobuf, pyopenssl
2424
sqlparse==0.3.0 # via django
2525
urllib3==1.24.2
26-
yoti==2.8.2
26+
yoti==2.9.0
2727

2828
# The following packages are considered to be unsafe in a requirements file:
2929
# setuptools==41.2.0 # via django-sslserver, protobuf

examples/yoti_example_flask/requirements.in

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

examples/yoti_example_flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requests==2.21.0
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.24.2
2727
werkzeug==0.15.5 # via flask
28-
yoti==2.8.2
28+
yoti==2.9.0
2929

3030
# The following packages are considered to be unsafe in a requirements file:
3131
# setuptools==41.2.0 # via protobuf

0 commit comments

Comments
 (0)