Skip to content

Commit b6eec66

Browse files
authored
Release 2.8.2: Update example project versions
Release 2.8.2: Update example project versions
2 parents d65ed46 + 3afc243 commit b6eec66

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.0
1+
yoti>=2.8.2
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.0
7+
yoti>=2.8.2

examples/yoti_example_django/requirements.txt

Lines changed: 2 additions & 2 deletions
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.0
26+
yoti==2.8.2
2727

2828
# The following packages are considered to be unsafe in a requirements file:
29-
# setuptools==41.1.0 # via django-sslserver, protobuf
29+
# 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.0
8+
yoti>=2.8.2

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.1
28+
yoti==2.8.2
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)