Skip to content

Commit 3bb04c7

Browse files
committed
Merge remote-tracking branch 'origin/master' into merge_master_into_development
2 parents a1ac474 + b9c7a8b commit 3bb04c7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

examples/yoti_example_django/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography>=2.3
2-
Django==2.2.3
2+
Django==2.2.4
33
django-sslserver>=0.2.0
44
python-dotenv>=0.7.1
55
requests>=2.20.0

examples/yoti_example_django/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cffi==1.11.5 # via cryptography
1111
chardet==3.0.4 # via requests
1212
cryptography==2.5
1313
django-sslserver==0.20
14-
django==2.2.3
14+
django==2.2.4
1515
future==0.16.0 # via yoti
1616
idna==2.7 # via requests
1717
protobuf==3.6.0 # via yoti
@@ -24,3 +24,6 @@ six==1.11.0 # via cryptography, protobuf, pyopenssl
2424
sqlparse==0.3.0 # via django
2525
urllib3==1.24.2
2626
yoti==2.7.0
27+
28+
# The following packages are considered to be unsafe in a requirements file:
29+
# setuptools==41.1.0 # via django-sslserver, protobuf

examples/yoti_example_flask/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.24.2
2727
werkzeug==0.14.1 # via flask
2828
yoti==2.7.0
29+
30+
# The following packages are considered to be unsafe in a requirements file:
31+
# setuptools==41.1.0 # via protobuf

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ wrapt==1.11.2 # via deprecated
4343
zipp==0.5.2 # via importlib-metadata
4444

4545
# The following packages are considered to be unsafe in a requirements file:
46-
# setuptools==41.0.1 # via protobuf, pytest
46+
# setuptools==41.1.0 # via protobuf, pytest

0 commit comments

Comments
 (0)