Skip to content

Commit ad0c123

Browse files
authored
updating upstream requirements, driven by https://nvd.nist.gov/vuln/detail/CVE-2019-14806 (#117)
1 parent 6fdca48 commit ad0c123

File tree

2 files changed

+90
-64
lines changed

2 files changed

+90
-64
lines changed

test/upstream-requirements-py27.txt

+47-32
Original file line numberDiff line numberDiff line change
@@ -2,62 +2,77 @@ apipkg==1.5
22
asn1crypto==0.24.0
33
atomicwrites==1.3.0
44
attrs==19.1.0
5-
aws-xray-sdk==0.95
5+
aws-sam-translator==1.13.2
6+
aws-xray-sdk==2.4.2
67
backports.ssl-match-hostname==3.7.0.1
78
backports.tempfile==1.0
89
backports.weakref==1.0.post1
910
boto==2.49.0
10-
boto3==1.7.84
11-
botocore==1.10.84
12-
certifi==2019.3.9
11+
boto3==1.9.216
12+
botocore==1.12.216
13+
certifi==2019.6.16
1314
cffi==1.12.3
15+
cfn-lint==0.23.3
1416
chardet==3.0.4
17+
configparser==3.8.1
18+
contextlib2==0.5.5
1519
cookies==2.2.1
16-
coverage==4.5.3
17-
cryptography==2.6.1
18-
docker==3.7.2
19-
docker-pycreds==0.4.0
20-
docutils==0.14
20+
coverage==4.5.4
21+
cryptography==2.7
22+
DateTime==4.3
23+
docker==4.0.2
24+
docutils==0.15.2
2125
ecdsa==0.13.2
2226
enum34==1.1.6
23-
execnet==1.6.0
27+
execnet==1.7.0
2428
funcsigs==1.0.2
29+
functools32==3.2.3.post2
2530
future==0.17.1
26-
futures==3.2.0
27-
hypothesis==4.17.2
31+
futures==3.3.0
32+
hypothesis==4.34.0
2833
idna==2.8
34+
importlib-metadata==0.19
2935
ipaddress==1.0.22
3036
Jinja2==2.10.1
3137
jmespath==0.9.4
32-
jsondiff==1.1.1
33-
jsonpickle==1.1
38+
jsondiff==1.1.2
39+
jsonpatch==1.24
40+
jsonpickle==1.2
41+
jsonpointer==2.0
42+
jsonschema==3.0.2
3443
MarkupSafe==1.1.1
35-
mock==2.0.0
44+
mock==3.0.5
3645
more-itertools==5.0.0
37-
moto==1.3.6
38-
pathlib2==2.3.3
39-
pbr==5.1.3
40-
pluggy==0.9.0
46+
moto==1.3.13
47+
packaging==19.1
48+
pathlib2==2.3.4
49+
pluggy==0.12.0
4150
py==1.8.0
42-
pyaml==19.4.1
51+
pyasn1==0.4.6
4352
pycparser==2.19
44-
pycryptodome==3.8.1
45-
pytest==4.4.1
46-
pytest-cov==2.6.1
53+
pyparsing==2.4.2
54+
pyrsistent==0.15.4
55+
pytest==4.6.5
56+
pytest-cov==2.7.1
4757
pytest-forked==1.0.2
4858
pytest-mock==1.10.4
49-
pytest-xdist==1.28.0
59+
pytest-xdist==1.29.0
5060
python-dateutil==2.8.0
51-
python-jose==2.0.2
52-
pytz==2019.1
53-
PyYAML==5.1
54-
requests==2.21.0
61+
python-jose==3.0.1
62+
pytz==2019.2
63+
PyYAML==5.1.2
64+
requests==2.22.0
5565
responses==0.10.6
56-
s3transfer==0.1.13
66+
rsa==4.0
67+
s3transfer==0.2.1
5768
scandir==1.10.0
5869
six==1.12.0
59-
urllib3==1.24.2
70+
sshpubkeys==3.1.0
71+
urllib3==1.25.3
72+
wcwidth==0.1.7
6073
websocket-client==0.56.0
61-
Werkzeug==0.15.2
62-
wrapt==1.11.1
74+
Werkzeug==0.15.5
75+
wrapt==1.11.2
6376
xmltodict==0.12.0
77+
zipp==0.6.0
78+
zope.interface==4.6.0

test/upstream-requirements-py37.txt

+43-32
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,64 @@ apipkg==1.5
22
asn1crypto==0.24.0
33
atomicwrites==1.3.0
44
attrs==19.1.0
5-
aws-xray-sdk==0.95
5+
aws-sam-translator==1.13.2
6+
aws-xray-sdk==2.4.2
67
boto==2.49.0
7-
boto3==1.7.84
8-
botocore==1.10.84
9-
certifi==2019.3.9
8+
boto3==1.9.216
9+
botocore==1.12.216
10+
certifi==2019.6.16
1011
cffi==1.12.3
12+
cfn-lint==0.23.3
1113
chardet==3.0.4
12-
cookies==2.2.1
13-
coverage==4.5.3
14-
cryptography==2.6.1
15-
docker==3.7.2
16-
docker-pycreds==0.4.0
17-
docutils==0.14
14+
coverage==4.5.4
15+
cryptography==2.7
16+
DateTime==4.3
17+
docker==4.0.2
18+
docutils==0.15.2
1819
ecdsa==0.13.2
19-
execnet==1.6.0
20+
execnet==1.7.0
2021
future==0.17.1
21-
hypothesis==4.17.2
22+
hypothesis==4.34.0
2223
idna==2.8
24+
importlib-metadata==0.19
2325
Jinja2==2.10.1
2426
jmespath==0.9.4
25-
jsondiff==1.1.1
26-
jsonpickle==1.1
27+
jsondiff==1.1.2
28+
jsonpatch==1.24
29+
jsonpickle==1.2
30+
jsonpointer==2.0
31+
jsonschema==3.0.2
2732
MarkupSafe==1.1.1
28-
mock==2.0.0
29-
more-itertools==7.0.0
30-
moto==1.3.6
31-
pbr==5.1.3
32-
pluggy==0.9.0
33+
mock==3.0.5
34+
more-itertools==7.2.0
35+
moto==1.3.13
36+
packaging==19.1
37+
pluggy==0.12.0
3338
py==1.8.0
34-
pyaml==19.4.1
39+
pyasn1==0.4.6
3540
pycparser==2.19
36-
pycryptodome==3.8.1
37-
pytest==4.4.1
38-
pytest-cov==2.6.1
41+
pyparsing==2.4.2
42+
pyrsistent==0.15.4
43+
pytest==5.1.1
44+
pytest-cov==2.7.1
3945
pytest-forked==1.0.2
4046
pytest-mock==1.10.4
41-
pytest-xdist==1.28.0
47+
pytest-xdist==1.29.0
4248
python-dateutil==2.8.0
43-
python-jose==2.0.2
44-
pytz==2019.1
45-
PyYAML==5.1
46-
requests==2.21.0
49+
python-jose==3.0.1
50+
pytz==2019.2
51+
PyYAML==5.1.2
52+
requests==2.22.0
4753
responses==0.10.6
48-
s3transfer==0.1.13
54+
rsa==4.0
55+
s3transfer==0.2.1
4956
six==1.12.0
50-
urllib3==1.24.2
57+
sshpubkeys==3.1.0
58+
urllib3==1.25.3
59+
wcwidth==0.1.7
5160
websocket-client==0.56.0
52-
Werkzeug==0.15.2
53-
wrapt==1.11.1
61+
Werkzeug==0.15.5
62+
wrapt==1.11.2
5463
xmltodict==0.12.0
64+
zipp==0.6.0
65+
zope.interface==4.6.0

0 commit comments

Comments
 (0)