Skip to content

Commit b1e18e4

Browse files
committed
SDK-1484: Update Cryptography
1 parent ffee89e commit b1e18e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
asn1==2.2.0
2-
cryptography>=2.7.0
2+
cryptography>=2.8.0
33
cffi>=1.13.0
44
future==0.18.2
55
itsdangerous==0.24
@@ -11,4 +11,4 @@ pytz==2018.9
1111
requests>=2.20.0
1212
urllib3>=1.24.2
1313
deprecated==1.2.6
14-
wheel==0.24.0
14+
wheel==0.24.0

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
77
asn1==2.2.0 # via -r requirements.in
8-
asn1crypto==0.24.0 # via cryptography
98
certifi==2018.11.29 # via requests
109
cffi==1.13.0 # via -r requirements.in, cryptography
1110
chardet==3.0.4 # via requests
12-
cryptography==2.7 # via -r requirements.in, pyopenssl
11+
cryptography==2.8 # via -r requirements.in, pyopenssl
1312
deprecated==1.2.6 # via -r requirements.in
1413
future==0.18.2 # via -r requirements.in
1514
idna==2.7 # via requests

0 commit comments

Comments
 (0)