Skip to content

Commit 8de3bbe

Browse files
authored
update upstream freeze requirements (#113)
1 parent f7e8671 commit 8de3bbe

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

test/upstream-requirements-py27.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ boto==2.49.0
1010
boto3==1.7.84
1111
botocore==1.10.84
1212
certifi==2019.3.9
13-
cffi==1.12.2
13+
cffi==1.12.3
1414
chardet==3.0.4
1515
cookies==2.2.1
1616
coverage==4.5.3
1717
cryptography==2.6.1
1818
docker==3.7.2
1919
docker-pycreds==0.4.0
2020
docutils==0.14
21-
ecdsa==0.13
21+
ecdsa==0.13.2
2222
enum34==1.1.6
2323
execnet==1.6.0
2424
funcsigs==1.0.2
2525
future==0.17.1
2626
futures==3.2.0
27-
hypothesis==4.16.0
27+
hypothesis==4.17.2
2828
idna==2.8
2929
ipaddress==1.0.22
3030
Jinja2==2.10.1
@@ -39,13 +39,13 @@ pathlib2==2.3.3
3939
pbr==5.1.3
4040
pluggy==0.9.0
4141
py==1.8.0
42-
pyaml==18.11.0
42+
pyaml==19.4.1
4343
pycparser==2.19
4444
pycryptodome==3.8.1
45-
pytest==4.4.0
45+
pytest==4.4.1
4646
pytest-cov==2.6.1
4747
pytest-forked==1.0.2
48-
pytest-mock==1.10.3
48+
pytest-mock==1.10.4
4949
pytest-xdist==1.28.0
5050
python-dateutil==2.8.0
5151
python-jose==2.0.2
@@ -56,7 +56,7 @@ responses==0.10.6
5656
s3transfer==0.1.13
5757
scandir==1.10.0
5858
six==1.12.0
59-
urllib3==1.24.1
59+
urllib3==1.24.2
6060
websocket-client==0.56.0
6161
Werkzeug==0.15.2
6262
wrapt==1.11.1

test/upstream-requirements-py37.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ boto==2.49.0
77
boto3==1.7.84
88
botocore==1.10.84
99
certifi==2019.3.9
10-
cffi==1.12.2
10+
cffi==1.12.3
1111
chardet==3.0.4
1212
cookies==2.2.1
1313
coverage==4.5.3
1414
cryptography==2.6.1
1515
docker==3.7.2
1616
docker-pycreds==0.4.0
1717
docutils==0.14
18-
ecdsa==0.13
18+
ecdsa==0.13.2
1919
execnet==1.6.0
2020
future==0.17.1
21-
hypothesis==4.16.0
21+
hypothesis==4.17.2
2222
idna==2.8
2323
Jinja2==2.10.1
2424
jmespath==0.9.4
@@ -31,13 +31,13 @@ moto==1.3.6
3131
pbr==5.1.3
3232
pluggy==0.9.0
3333
py==1.8.0
34-
pyaml==18.11.0
34+
pyaml==19.4.1
3535
pycparser==2.19
3636
pycryptodome==3.8.1
37-
pytest==4.4.0
37+
pytest==4.4.1
3838
pytest-cov==2.6.1
3939
pytest-forked==1.0.2
40-
pytest-mock==1.10.3
40+
pytest-mock==1.10.4
4141
pytest-xdist==1.28.0
4242
python-dateutil==2.8.0
4343
python-jose==2.0.2
@@ -47,7 +47,7 @@ requests==2.21.0
4747
responses==0.10.6
4848
s3transfer==0.1.13
4949
six==1.12.0
50-
urllib3==1.24.1
50+
urllib3==1.24.2
5151
websocket-client==0.56.0
5252
Werkzeug==0.15.2
5353
wrapt==1.11.1

0 commit comments

Comments
 (0)