Skip to content

Commit 68ce94f

Browse files
authored
Merge pull request #96 from johnwalker/updaterequests
Update frozen upstream requirements
2 parents d46c79d + 318c170 commit 68ce94f

File tree

3 files changed

+55
-36
lines changed

3 files changed

+55
-36
lines changed

test/README.rst

+19
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ In order to run these integration tests successfully, these things which must be
1414

1515
.. _automatically discoverable credential locations: http://boto3.readthedocs.io/en/latest/guide/configuration.html
1616
.. _AWS KMS CMK ARN: http://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
17+
18+
Updating Upstream Requirements
19+
==============================
20+
21+
The purpose of the upstream requirements files is to provide a stable list of
22+
packages for dependencies to run downstream tests of the DynamoDB Encryption
23+
Client. In order to update the upstream requirements in `upstream-requirements-py37.txt`
24+
and `upstream-requirements-py27.txt`, run these commands:
25+
26+
.. code::
27+
28+
$ tox -e freeze-upstream-requirements-py27
29+
$ tox -e freeze-upstream-requirements-py37
30+
31+
Test them using:
32+
33+
.. code::
34+
$ tox -e test-upstream-requirements-py27
35+
$ tox -e test-upstream-requirements-py37

test/upstream-requirements-py27.txt

+18-18
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ backports.weakref==1.0.post1
99
boto==2.49.0
1010
boto3==1.7.84
1111
botocore==1.10.84
12-
certifi==2018.8.24
12+
certifi==2018.10.15
1313
cffi==1.11.5
1414
chardet==3.0.4
1515
cookies==2.2.1
1616
coverage==4.5.1
1717
cryptography==2.3.1
18-
docker==3.5.0
18+
docker==3.5.1
1919
docker-pycreds==0.3.0
2020
docutils==0.14
2121
ecdsa==0.13
2222
enum34==1.1.6
2323
execnet==1.5.0
2424
funcsigs==1.0.2
25-
future==0.16.0
25+
future==0.17.0
2626
futures==3.2.0
2727
hypothesis==3.63.0
2828
idna==2.7
2929
ipaddress==1.0.22
3030
Jinja2==2.10
3131
jmespath==0.9.3
3232
jsondiff==1.1.1
33-
jsonpickle==0.9.6
33+
jsonpickle==1.0
3434
MarkupSafe==1.0
3535
mock==2.0.0
3636
more-itertools==4.3.0
37-
moto==1.3.5
37+
moto==1.3.6
3838
pathlib2==2.3.2
39-
pbr==4.2.0
40-
pluggy==0.7.1
41-
py==1.6.0
39+
pbr==5.1.0
40+
pluggy==0.8.0
41+
py==1.7.0
4242
pyaml==17.12.1
43-
pycparser==2.18
44-
pycryptodome==3.6.6
45-
pytest==3.8.0
43+
pycparser==2.19
44+
pycryptodome==3.7.0
45+
pytest==3.9.3
4646
pytest-cov==2.6.0
4747
pytest-forked==0.2
4848
pytest-mock==1.10.0
49-
pytest-xdist==1.23.0
50-
python-dateutil==2.7.3
49+
pytest-xdist==1.24.0
50+
python-dateutil==2.7.5
5151
python-jose==2.0.2
52-
pytz==2018.5
52+
pytz==2018.7
5353
PyYAML==3.13
54-
requests==2.19.1
55-
responses==0.9.0
54+
requests==2.20.0
55+
responses==0.10.2
5656
s3transfer==0.1.13
5757
scandir==1.9.0
5858
six==1.11.0
59-
urllib3==1.23
60-
websocket-client==0.52.0
59+
urllib3==1.24
60+
websocket-client==0.53.0
6161
Werkzeug==0.14.1
6262
wrapt==1.10.11
6363
xmltodict==0.11.0

test/upstream-requirements-py37.txt

+18-18
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,49 @@ aws-xray-sdk==0.95
66
boto==2.49.0
77
boto3==1.7.84
88
botocore==1.10.84
9-
certifi==2018.8.24
9+
certifi==2018.10.15
1010
cffi==1.11.5
1111
chardet==3.0.4
1212
cookies==2.2.1
1313
coverage==4.5.1
1414
cryptography==2.3.1
15-
docker==3.5.0
15+
docker==3.5.1
1616
docker-pycreds==0.3.0
1717
docutils==0.14
1818
ecdsa==0.13
1919
execnet==1.5.0
20-
future==0.16.0
20+
future==0.17.0
2121
hypothesis==3.63.0
2222
idna==2.7
2323
Jinja2==2.10
2424
jmespath==0.9.3
2525
jsondiff==1.1.1
26-
jsonpickle==0.9.6
26+
jsonpickle==1.0
2727
MarkupSafe==1.0
2828
mock==2.0.0
2929
more-itertools==4.3.0
30-
moto==1.3.5
31-
pbr==4.2.0
32-
pluggy==0.7.1
33-
py==1.6.0
30+
moto==1.3.6
31+
pbr==5.1.0
32+
pluggy==0.8.0
33+
py==1.7.0
3434
pyaml==17.12.1
35-
pycparser==2.18
36-
pycryptodome==3.6.6
37-
pytest==3.8.0
35+
pycparser==2.19
36+
pycryptodome==3.7.0
37+
pytest==3.9.3
3838
pytest-cov==2.6.0
3939
pytest-forked==0.2
4040
pytest-mock==1.10.0
41-
pytest-xdist==1.23.0
42-
python-dateutil==2.7.3
41+
pytest-xdist==1.24.0
42+
python-dateutil==2.7.5
4343
python-jose==2.0.2
44-
pytz==2018.5
44+
pytz==2018.7
4545
PyYAML==3.13
46-
requests==2.19.1
47-
responses==0.9.0
46+
requests==2.20.0
47+
responses==0.10.2
4848
s3transfer==0.1.13
4949
six==1.11.0
50-
urllib3==1.23
51-
websocket-client==0.52.0
50+
urllib3==1.24
51+
websocket-client==0.53.0
5252
Werkzeug==0.14.1
5353
wrapt==1.10.11
5454
xmltodict==0.11.0

0 commit comments

Comments
 (0)