Skip to content

Commit

Permalink
SDK-922: Add urllib>=1.24.2 requirement, order requirements.in alphab…
Browse files Browse the repository at this point in the history
…etically
  • Loading branch information
echarrod committed Apr 23, 2019
1 parent b778044 commit 14e89e1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions examples/yoti_example_django/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
yoti>=2.7.0
cryptography>=2.3
Django>1.11.16
python-dotenv>=0.7.1
django-sslserver>=0.2.0
cryptography>=2.3
requests>=2.20.0
python-dotenv>=0.7.1
requests>=2.20.0
urllib3>=1.24.2
yoti>=2.7.0
2 changes: 1 addition & 1 deletion examples/yoti_example_django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ python-dotenv==0.8.2
pytz==2018.4 # via django
requests==2.21.0
six==1.11.0 # via cryptography, protobuf, pyopenssl
urllib3==1.23 # via requests
urllib3==1.24.2
yoti==2.7.0
9 changes: 5 additions & 4 deletions examples/yoti_example_flask/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cryptography>=2.3
Flask>=0.12.3
yoti>=2.7.0
python-dotenv>=0.7.1
jinja2>=2.8.1
pyopenssl>=19.0.0
cryptography>=2.3
python-dotenv>=0.7.1
requests>=2.20.0
jinja2>=2.8.1
urllib3>=1.24.2
yoti>=2.7.0
2 changes: 1 addition & 1 deletion examples/yoti_example_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ pyopenssl==19.0.0
python-dotenv==0.8.2
requests==2.21.0
six==1.11.0 # via cryptography, protobuf, pyopenssl
urllib3==1.23 # via requests
urllib3==1.24.2
werkzeug==0.14.1 # via flask
yoti==2.7.0
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ pyopenssl==18.0.0
pytest==3.3.2
pytz==2018.9
requests>=2.20.0
urllib3>=1.24.2
virtualenv==13.1.2
wheel==0.24.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ pytest==3.3.2
pytz==2018.9
requests==2.21.0
six==1.10.0 # via cryptography, mock, protobuf, pyopenssl, pytest
urllib3==1.24.1 # via requests
urllib3==1.24.2
virtualenv==13.1.2
wheel==0.24.0
2 changes: 1 addition & 1 deletion yoti_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "2.7.0"
__version__ = "2.7.1"

0 comments on commit 14e89e1

Please sign in to comment.