Skip to content

Commit d182155

Browse files
authored
update upstream freeze requirements (#148)
1 parent bfce00d commit d182155

File tree

2 files changed

+44
-46
lines changed

2 files changed

+44
-46
lines changed

test/upstream-requirements-py27.txt

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
asn1crypto==0.24.0
2-
atomicwrites==1.2.1
3-
attrs==18.1.0
4-
boto3==1.8.4
5-
botocore==1.11.4
6-
cffi==1.11.5
7-
coverage==4.5.1
8-
cryptography==2.3.1
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
99
docutils==0.14
1010
enum34==1.1.6
1111
funcsigs==1.0.2
1212
futures==3.2.0
13-
idna==2.7
1413
ipaddress==1.0.22
15-
jmespath==0.9.3
14+
jmespath==0.9.4
1615
mock==2.0.0
17-
more-itertools==4.3.0
18-
pathlib2==2.3.2
19-
pbr==4.2.0
20-
pluggy==0.7.1
21-
py==1.6.0
22-
pycparser==2.18
23-
pytest==3.7.4
24-
pytest-cov==2.5.1
25-
pytest-mock==1.10.0
26-
python-dateutil==2.7.3
27-
s3transfer==0.1.13
28-
scandir==1.9.0
29-
six==1.11.0
30-
urllib3==1.23
31-
wrapt==1.10.11
16+
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
27+
scandir==1.10.0
28+
six==1.12.0
29+
urllib3==1.24.2
30+
wrapt==1.11.1

test/upstream-requirements-py37.txt

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
asn1crypto==0.24.0
2-
atomicwrites==1.2.1
3-
attrs==18.1.0
4-
boto3==1.8.4
5-
botocore==1.11.4
6-
cffi==1.11.5
7-
coverage==4.5.1
8-
cryptography==2.3.1
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
99
docutils==0.14
10-
idna==2.7
11-
jmespath==0.9.3
10+
jmespath==0.9.4
1211
mock==2.0.0
13-
more-itertools==4.3.0
14-
pbr==4.2.0
15-
pluggy==0.7.1
16-
py==1.6.0
17-
pycparser==2.18
18-
pytest==3.7.4
19-
pytest-cov==2.5.1
20-
pytest-mock==1.10.0
21-
python-dateutil==2.7.3
22-
s3transfer==0.1.13
23-
six==1.11.0
24-
urllib3==1.23
25-
wrapt==1.10.11
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

0 commit comments

Comments
 (0)