Skip to content

Commit 7bdc6e0

Browse files
committed
SDK-783: Update packages: "requests" in SDK and example projects, "cryptography" in example projects
1 parent e11b78e commit 7bdc6e0

File tree

7 files changed

+23
-16
lines changed

7 files changed

+23
-16
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
yoti>=2.6.0
22
Django>1.11.16
33
python-dotenv>=0.7.1
4-
django-sslserver
4+
django-sslserver>=0.2.0
5+
cryptography>=2.3
6+
requests>=2.20.0

examples/yoti_example_django/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ asn1crypto==0.24.0 # via cryptography
99
certifi==2018.4.16 # via requests
1010
cffi==1.11.5 # via cryptography
1111
chardet==3.0.4 # via requests
12-
cryptography==2.2.2 # via pyopenssl, yoti
12+
cryptography==2.5
1313
django-sslserver==0.20
1414
django==2.1.7
1515
future==0.16.0 # via yoti
16-
idna==2.7 # via cryptography, requests
16+
idna==2.7 # via requests
1717
protobuf==3.6.0 # via yoti
1818
pycparser==2.18 # via cffi
1919
pyopenssl==18.0.0 # via yoti
2020
python-dotenv==0.8.2
2121
pytz==2018.4 # via django
22-
requests==2.19.1 # via yoti
22+
requests==2.21.0
2323
six==1.11.0 # via cryptography, protobuf, pyopenssl
2424
urllib3==1.23 # via requests
2525
yoti==2.6.0
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
flask>=0.10
1+
Flask>=0.12.3
22
yoti>=2.6.0
33
python-dotenv>=0.7.1
4-
pyopenssl
4+
pyopenssl>=19.0.0
5+
cryptography>=2.3
6+
requests>=2.20.0

examples/yoti_example_flask/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ certifi==2018.4.16 # via requests
1010
cffi==1.11.5 # via cryptography
1111
chardet==3.0.4 # via requests
1212
click==6.7 # via flask
13-
cryptography==2.2.2 # via pyopenssl, yoti
13+
cryptography==2.5
1414
flask==1.0.2
1515
future==0.16.0 # via yoti
16-
idna==2.7 # via cryptography, requests
16+
idna==2.7 # via requests
1717
itsdangerous==0.24 # via flask
1818
jinja2==2.10 # via flask
1919
markupsafe==1.0 # via jinja2
2020
protobuf==3.6.0 # via yoti
2121
pycparser==2.18 # via cffi
22-
pyopenssl==18.0.0
22+
pyopenssl==19.0.0
2323
python-dotenv==0.8.2
24-
requests==2.19.1 # via yoti
24+
requests==2.21.0
2525
six==1.11.0 # via cryptography, protobuf, pyopenssl
2626
urllib3==1.23 # via requests
2727
werkzeug==0.14.1 # via flask

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pbr==1.10.0
77
protobuf==3.1.0.post1
88
pyopenssl==18.0.0
99
pytest==3.3.2
10-
requests>=2.11.1
10+
requests>=2.20.0
1111
tox>=1.7.2
1212
virtualenv==13.1.2
1313
future==0.15.2

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
asn1==2.2.0
88
asn1crypto==0.24.0 # via cryptography
99
attrs==18.1.0 # via pytest
10+
certifi==2018.11.29 # via requests
1011
cffi==1.11.5 # via cryptography
12+
chardet==3.0.4 # via requests
1113
click==6.6
1214
colorama==0.3.9 # via pytest
1315
cryptography==2.4.1
1416
future==0.15.2
15-
idna==2.7 # via cryptography
17+
idna==2.7 # via cryptography, requests
1618
itsdangerous==0.24
1719
mock==2.0.0
1820
pbr==1.10.0
@@ -22,8 +24,9 @@ py==1.5.3 # via pytest, tox
2224
pycparser==2.18 # via cffi
2325
pyopenssl==18.0.0
2426
pytest==3.3.2
25-
requests==2.11.1
27+
requests==2.21.0
2628
six==1.10.0 # via cryptography, mock, protobuf, pyopenssl, pytest, tox
2729
tox==3.0.0
30+
urllib3==1.24.1 # via requests
2831
virtualenv==13.1.2
2932
wheel==0.24.0

requirements_tox.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
click==6.6
2-
Django==1.10.2
3-
Flask==0.11.1
2+
Django==2.1.7
3+
Flask==1.0.2
44
itsdangerous==0.24
55
Jinja2==2.8
66
MarkupSafe==0.23
77
mock==2.0.0
88
pbr==1.10.0
9-
pytest==3.0.3
9+
pytest==3.3.2
1010
six==1.10.0
1111
tox>=1.7.2
1212
virtualenv==13.1.2

0 commit comments

Comments
 (0)