File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
asn1==2.2.0
2
- cryptography>=2.7 .0
2
+ cryptography>=2.8 .0
3
3
cffi>=1.13.0
4
4
future==0.18.2
5
5
itsdangerous==0.24
@@ -11,4 +11,4 @@ pytz==2018.9
11
11
requests>=2.20.0
12
12
urllib3>=1.24.2
13
13
deprecated==1.2.6
14
- wheel==0.24.0
14
+ wheel==0.24.0
Original file line number Diff line number Diff line change 5
5
# pip-compile --output-file=requirements.txt requirements.in
6
6
#
7
7
asn1 == 2.2.0 # via -r requirements.in
8
- asn1crypto == 0.24.0 # via cryptography
9
8
certifi == 2018.11.29 # via requests
10
9
cffi == 1.13.0 # via -r requirements.in, cryptography
11
10
chardet == 3.0.4 # via requests
12
- cryptography == 2.7 # via -r requirements.in, pyopenssl
11
+ cryptography == 2.8 # via -r requirements.in, pyopenssl
13
12
deprecated == 1.2.6 # via -r requirements.in
14
13
future == 0.18.2 # via -r requirements.in
15
14
idna == 2.7 # via requests
You can’t perform that action at this time.
0 commit comments