Skip to content

Commit f7e8671

Browse files
authored
update frozen upstream requirements (#112)
1 parent a0c44ea commit f7e8671

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

test/upstream-requirements-py27.txt

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
apipkg==1.5
22
asn1crypto==0.24.0
3-
atomicwrites==1.2.1
4-
attrs==18.2.0
3+
atomicwrites==1.3.0
4+
attrs==19.1.0
55
aws-xray-sdk==0.95
6-
backports.ssl-match-hostname==3.5.0.1
6+
backports.ssl-match-hostname==3.7.0.1
77
backports.tempfile==1.0
88
backports.weakref==1.0.post1
99
boto==2.49.0
1010
boto3==1.7.84
1111
botocore==1.10.84
12-
certifi==2018.10.15
13-
cffi==1.11.5
12+
certifi==2019.3.9
13+
cffi==1.12.2
1414
chardet==3.0.4
1515
cookies==2.2.1
16-
coverage==4.5.1
17-
cryptography==2.3.1
18-
docker==3.5.1
19-
docker-pycreds==0.3.0
16+
coverage==4.5.3
17+
cryptography==2.6.1
18+
docker==3.7.2
19+
docker-pycreds==0.4.0
2020
docutils==0.14
2121
ecdsa==0.13
2222
enum34==1.1.6
23-
execnet==1.5.0
23+
execnet==1.6.0
2424
funcsigs==1.0.2
25-
future==0.17.0
25+
future==0.17.1
2626
futures==3.2.0
27-
hypothesis==3.63.0
28-
idna==2.7
27+
hypothesis==4.16.0
28+
idna==2.8
2929
ipaddress==1.0.22
30-
Jinja2==2.10
31-
jmespath==0.9.3
30+
Jinja2==2.10.1
31+
jmespath==0.9.4
3232
jsondiff==1.1.1
33-
jsonpickle==1.0
34-
MarkupSafe==1.0
33+
jsonpickle==1.1
34+
MarkupSafe==1.1.1
3535
mock==2.0.0
36-
more-itertools==4.3.0
36+
more-itertools==5.0.0
3737
moto==1.3.6
38-
pathlib2==2.3.2
39-
pbr==5.1.0
40-
pluggy==0.8.0
41-
py==1.7.0
42-
pyaml==17.12.1
38+
pathlib2==2.3.3
39+
pbr==5.1.3
40+
pluggy==0.9.0
41+
py==1.8.0
42+
pyaml==18.11.0
4343
pycparser==2.19
44-
pycryptodome==3.7.0
45-
pytest==3.9.3
46-
pytest-cov==2.6.0
47-
pytest-forked==0.2
48-
pytest-mock==1.10.0
49-
pytest-xdist==1.24.0
50-
python-dateutil==2.7.5
44+
pycryptodome==3.8.1
45+
pytest==4.4.0
46+
pytest-cov==2.6.1
47+
pytest-forked==1.0.2
48+
pytest-mock==1.10.3
49+
pytest-xdist==1.28.0
50+
python-dateutil==2.8.0
5151
python-jose==2.0.2
52-
pytz==2018.7
53-
PyYAML==3.13
54-
requests==2.20.0
55-
responses==0.10.2
52+
pytz==2019.1
53+
PyYAML==5.1
54+
requests==2.21.0
55+
responses==0.10.6
5656
s3transfer==0.1.13
57-
scandir==1.9.0
58-
six==1.11.0
59-
urllib3==1.24
60-
websocket-client==0.53.0
61-
Werkzeug==0.14.1
62-
wrapt==1.10.11
63-
xmltodict==0.11.0
57+
scandir==1.10.0
58+
six==1.12.0
59+
urllib3==1.24.1
60+
websocket-client==0.56.0
61+
Werkzeug==0.15.2
62+
wrapt==1.11.1
63+
xmltodict==0.12.0

test/upstream-requirements-py37.txt

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
apipkg==1.5
22
asn1crypto==0.24.0
3-
atomicwrites==1.2.1
4-
attrs==18.2.0
3+
atomicwrites==1.3.0
4+
attrs==19.1.0
55
aws-xray-sdk==0.95
66
boto==2.49.0
77
boto3==1.7.84
88
botocore==1.10.84
9-
certifi==2018.10.15
10-
cffi==1.11.5
9+
certifi==2019.3.9
10+
cffi==1.12.2
1111
chardet==3.0.4
1212
cookies==2.2.1
13-
coverage==4.5.1
14-
cryptography==2.3.1
15-
docker==3.5.1
16-
docker-pycreds==0.3.0
13+
coverage==4.5.3
14+
cryptography==2.6.1
15+
docker==3.7.2
16+
docker-pycreds==0.4.0
1717
docutils==0.14
1818
ecdsa==0.13
19-
execnet==1.5.0
20-
future==0.17.0
21-
hypothesis==3.63.0
22-
idna==2.7
23-
Jinja2==2.10
24-
jmespath==0.9.3
19+
execnet==1.6.0
20+
future==0.17.1
21+
hypothesis==4.16.0
22+
idna==2.8
23+
Jinja2==2.10.1
24+
jmespath==0.9.4
2525
jsondiff==1.1.1
26-
jsonpickle==1.0
27-
MarkupSafe==1.0
26+
jsonpickle==1.1
27+
MarkupSafe==1.1.1
2828
mock==2.0.0
29-
more-itertools==4.3.0
29+
more-itertools==7.0.0
3030
moto==1.3.6
31-
pbr==5.1.0
32-
pluggy==0.8.0
33-
py==1.7.0
34-
pyaml==17.12.1
31+
pbr==5.1.3
32+
pluggy==0.9.0
33+
py==1.8.0
34+
pyaml==18.11.0
3535
pycparser==2.19
36-
pycryptodome==3.7.0
37-
pytest==3.9.3
38-
pytest-cov==2.6.0
39-
pytest-forked==0.2
40-
pytest-mock==1.10.0
41-
pytest-xdist==1.24.0
42-
python-dateutil==2.7.5
36+
pycryptodome==3.8.1
37+
pytest==4.4.0
38+
pytest-cov==2.6.1
39+
pytest-forked==1.0.2
40+
pytest-mock==1.10.3
41+
pytest-xdist==1.28.0
42+
python-dateutil==2.8.0
4343
python-jose==2.0.2
44-
pytz==2018.7
45-
PyYAML==3.13
46-
requests==2.20.0
47-
responses==0.10.2
44+
pytz==2019.1
45+
PyYAML==5.1
46+
requests==2.21.0
47+
responses==0.10.6
4848
s3transfer==0.1.13
49-
six==1.11.0
50-
urllib3==1.24
51-
websocket-client==0.53.0
52-
Werkzeug==0.14.1
53-
wrapt==1.10.11
54-
xmltodict==0.11.0
49+
six==1.12.0
50+
urllib3==1.24.1
51+
websocket-client==0.56.0
52+
Werkzeug==0.15.2
53+
wrapt==1.11.1
54+
xmltodict==0.12.0

0 commit comments

Comments
 (0)