Skip to content

Commit 14e89e1

Browse files
committed
SDK-922: Add urllib>=1.24.2 requirement, order requirements.in alphabetically
1 parent b778044 commit 14e89e1

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
yoti>=2.7.0
1+
cryptography>=2.3
22
Django>1.11.16
3-
python-dotenv>=0.7.1
43
django-sslserver>=0.2.0
5-
cryptography>=2.3
6-
requests>=2.20.0
4+
python-dotenv>=0.7.1
5+
requests>=2.20.0
6+
urllib3>=1.24.2
7+
yoti>=2.7.0

examples/yoti_example_django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ python-dotenv==0.8.2
2121
pytz==2018.4 # via django
2222
requests==2.21.0
2323
six==1.11.0 # via cryptography, protobuf, pyopenssl
24-
urllib3==1.23 # via requests
24+
urllib3==1.24.2
2525
yoti==2.7.0
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
cryptography>=2.3
12
Flask>=0.12.3
2-
yoti>=2.7.0
3-
python-dotenv>=0.7.1
3+
jinja2>=2.8.1
44
pyopenssl>=19.0.0
5-
cryptography>=2.3
5+
python-dotenv>=0.7.1
66
requests>=2.20.0
7-
jinja2>=2.8.1
7+
urllib3>=1.24.2
8+
yoti>=2.7.0

examples/yoti_example_flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ pyopenssl==19.0.0
2323
python-dotenv==0.8.2
2424
requests==2.21.0
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
26-
urllib3==1.23 # via requests
26+
urllib3==1.24.2
2727
werkzeug==0.14.1 # via flask
2828
yoti==2.7.0

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ pyopenssl==18.0.0
1010
pytest==3.3.2
1111
pytz==2018.9
1212
requests>=2.20.0
13+
urllib3>=1.24.2
1314
virtualenv==13.1.2
1415
wheel==0.24.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ pytest==3.3.2
2727
pytz==2018.9
2828
requests==2.21.0
2929
six==1.10.0 # via cryptography, mock, protobuf, pyopenssl, pytest
30-
urllib3==1.24.1 # via requests
30+
urllib3==1.24.2
3131
virtualenv==13.1.2
3232
wheel==0.24.0

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.7.0"
2+
__version__ = "2.7.1"

0 commit comments

Comments
 (0)