File tree 2 files changed +124
-50
lines changed
2 files changed +124
-50
lines changed Original file line number Diff line number Diff line change 1
- asn1crypto==0.24.0
2
1
atomicwrites==1.3.0
3
- attrs==19.1.0
4
- boto3==1.9.133
5
- botocore==1.12.133
6
- cffi==1.12.3
7
- coverage==4.5.3
8
- cryptography==2.6.1
9
- docutils==0.14
10
- enum34==1.1.6
2
+ attrs==19.3.0
3
+ aws-sam-translator==1.21.0
4
+ aws-xray-sdk==2.4.3
5
+ backports.ssl-match-hostname==3.7.0.1
6
+ backports.tempfile==1.0
7
+ backports.weakref==1.0.post1
8
+ boto==2.49.0
9
+ boto3==1.12.16
10
+ botocore==1.15.16
11
+ certifi==2019.11.28
12
+ cffi==1.14.0
13
+ cfn-lint==0.28.3
14
+ chardet==3.0.4
15
+ configparser==4.0.2
16
+ contextlib2==0.6.0.post1
17
+ cookies==2.2.1
18
+ coverage==5.0.3
19
+ cryptography==2.8
20
+ docker==4.2.0
21
+ docutils==0.15.2
22
+ ecdsa==0.15
23
+ enum34==1.1.9
11
24
funcsigs==1.0.2
12
- futures==3.2.0
13
- ipaddress==1.0.22
14
- jmespath==0.9.4
15
- mock==2.0.0
25
+ functools32==3.2.3.post2
26
+ future==0.18.2
27
+ futures==3.3.0
28
+ idna==2.8
29
+ importlib-metadata==1.5.0
30
+ importlib-resources==1.0.2
31
+ ipaddress==1.0.23
32
+ Jinja2==2.11.1
33
+ jmespath==0.9.5
34
+ jsondiff==1.1.2
35
+ jsonpatch==1.25
36
+ jsonpickle==1.3
37
+ jsonpointer==2.0
38
+ jsonschema==3.2.0
39
+ MarkupSafe==1.1.1
40
+ mock==3.0.5
16
41
more-itertools==5.0.0
17
- pathlib2==2.3.3
18
- pbr==5.1.3
19
- pluggy==0.9.0
20
- py==1.8.0
21
- pycparser==2.19
22
- pytest==4.4.1
23
- pytest-cov==2.6.1
24
- pytest-mock==1.10.4
25
- python-dateutil==2.8.0
26
- s3transfer==0.2.0
42
+ moto==1.3.14
43
+ packaging==20.3
44
+ pathlib2==2.3.5
45
+ pluggy==0.13.1
46
+ py==1.8.1
47
+ pyasn1==0.4.8
48
+ pycparser==2.20
49
+ pyparsing==2.4.6
50
+ pyrsistent==0.15.7
51
+ pytest==4.6.9
52
+ pytest-cov==2.8.1
53
+ pytest-mock==2.0.0
54
+ python-dateutil==2.8.1
55
+ python-jose==3.1.0
56
+ pytz==2019.3
57
+ PyYAML==5.3
58
+ requests==2.23.0
59
+ responses==0.10.12
60
+ rsa==4.0
61
+ s3transfer==0.3.3
27
62
scandir==1.10.0
28
- six==1.12.0
29
- urllib3==1.24.2
30
- wrapt==1.11.1
63
+ six==1.14.0
64
+ sshpubkeys==3.1.0
65
+ typing==3.7.4.1
66
+ urllib3==1.25.8
67
+ wcwidth==0.1.8
68
+ websocket-client==0.57.0
69
+ Werkzeug==1.0.0
70
+ wrapt==1.12.0
71
+ xmltodict==0.12.0
72
+ zipp==1.2.0
Original file line number Diff line number Diff line change 1
- asn1crypto==0.24.0
2
- atomicwrites==1.3.0
3
- attrs==19.1.0
4
- boto3==1.9.133
5
- botocore==1.12.133
6
- cffi==1.12.3
7
- coverage==4.5.3
8
- cryptography==2.6.1
9
- docutils==0.14
10
- jmespath==0.9.4
11
- mock==2.0.0
12
- more-itertools==7.0.0
13
- pbr==5.1.3
14
- pluggy==0.9.0
15
- py==1.8.0
16
- pycparser==2.19
17
- pytest==4.4.1
18
- pytest-cov==2.6.1
19
- pytest-mock==1.10.4
20
- python-dateutil==2.8.0
21
- s3transfer==0.2.0
22
- six==1.12.0
23
- urllib3==1.24.2
24
- wrapt==1.11.1
1
+ attrs==19.3.0
2
+ aws-sam-translator==1.21.0
3
+ aws-xray-sdk==2.4.3
4
+ boto==2.49.0
5
+ boto3==1.12.16
6
+ botocore==1.15.16
7
+ certifi==2019.11.28
8
+ cffi==1.14.0
9
+ cfn-lint==0.28.3
10
+ chardet==3.0.4
11
+ coverage==5.0.3
12
+ cryptography==2.8
13
+ docker==4.2.0
14
+ docutils==0.15.2
15
+ ecdsa==0.15
16
+ future==0.18.2
17
+ idna==2.8
18
+ importlib-metadata==1.5.0
19
+ Jinja2==2.11.1
20
+ jmespath==0.9.5
21
+ jsondiff==1.1.2
22
+ jsonpatch==1.25
23
+ jsonpickle==1.3
24
+ jsonpointer==2.0
25
+ jsonschema==3.2.0
26
+ MarkupSafe==1.1.1
27
+ mock==4.0.1
28
+ more-itertools==8.2.0
29
+ moto==1.3.14
30
+ packaging==20.3
31
+ pluggy==0.13.1
32
+ py==1.8.1
33
+ pyasn1==0.4.8
34
+ pycparser==2.20
35
+ pyparsing==2.4.6
36
+ pyrsistent==0.15.7
37
+ pytest==5.3.5
38
+ pytest-cov==2.8.1
39
+ pytest-mock==2.0.0
40
+ python-dateutil==2.8.1
41
+ python-jose==3.1.0
42
+ pytz==2019.3
43
+ PyYAML==5.3
44
+ requests==2.23.0
45
+ responses==0.10.12
46
+ rsa==4.0
47
+ s3transfer==0.3.3
48
+ six==1.14.0
49
+ sshpubkeys==3.1.0
50
+ urllib3==1.25.8
51
+ wcwidth==0.1.8
52
+ websocket-client==0.57.0
53
+ Werkzeug==1.0.0
54
+ wrapt==1.12.0
55
+ xmltodict==0.12.0
56
+ zipp==3.1.0
You can’t perform that action at this time.
0 commit comments