File tree Expand file tree Collapse file tree 3 files changed +45
-150
lines changed Expand file tree Collapse file tree 3 files changed +45
-150
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,12 @@ Updating Upstream Requirements
22
22
23
23
The purpose of the upstream requirements files is to provide a stable list of
24
24
packages for dependencies to run downstream tests of the DynamoDB Encryption
25
- Client. In order to update the upstream requirements in `upstream-requirements-py37.txt `
26
- and ` upstream-requirements-py27.txt `, run these commands:
25
+ Client. In order to update the upstream requirements in `upstream-requirements-py37.txt `,
26
+ run these commands: :
27
27
28
- .. code ::
28
+ $ tox -e freeze-upstream-requirements-py37
29
29
30
- $ tox -e freeze-upstream-requirements-py27
31
- $ tox -e freeze-upstream-requirements-py37
30
+ Test them using::
32
31
33
- Test them using:
32
+ $ tox -e test-upstream-requirements-py37
34
33
35
- .. code ::
36
- $ tox -e test-upstream-requirements-py27
37
- $ tox -e test-upstream-requirements-py37
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- apipkg==1.5
2
- asn1crypto==1.0.1
3
- atomicwrites==1.3.0
4
- attrs==19.2.0
5
- aws-sam-translator==1.15.0
6
- aws-xray-sdk==2.4.2
7
- boto==2.49.0
8
- boto3==1.9.246
9
- botocore==1.12.246
10
- certifi==2019.9.11
11
- cffi==1.12.3
12
- cfn-lint==0.24.4
13
- chardet==3.0.4
14
- coverage==4.5.4
15
- cryptography==3.3.2
16
- DateTime==4.3
17
- docker==4.1.0
18
- docutils==0.15.2
19
- ecdsa==0.13.3
20
- execnet==1.7.1
21
- future==0.18.0
22
- hypothesis==4.40.0
23
- idna==2.8
24
- importlib-metadata==0.23
25
- Jinja2==2.11.3
26
- jmespath==0.9.4
27
- jsondiff==1.1.2
28
- jsonpatch==1.24
29
- jsonpickle==1.2
30
- jsonpointer==2.0
31
- jsonschema==3.1.1
32
- MarkupSafe==1.1.1
33
- mock==3.0.5
34
- more-itertools==7.2.0
35
- moto==1.3.13
36
- packaging==19.2
37
- pluggy==0.13.0
1
+ attrs==21.2.0
2
+ boto3==1.18.12
3
+ botocore==1.21.12
4
+ certifi==2021.5.30
5
+ cffi==1.14.6
6
+ charset-normalizer==2.0.4
7
+ coverage==5.5
8
+ cryptography==3.4.7
9
+ execnet==1.9.0
10
+ hypothesis==5.49.0
11
+ idna==3.2
12
+ importlib-metadata==4.6.3
13
+ iniconfig==1.1.1
14
+ Jinja2==3.0.1
15
+ jmespath==0.10.0
16
+ MarkupSafe==2.0.1
17
+ mock==4.0.3
18
+ more-itertools==8.8.0
19
+ moto==2.2.1
20
+ packaging==21.0
21
+ pluggy==0.13.1
38
22
py==1.10.0
39
- pyasn1==0.4.7
40
- pycparser==2.19
41
- pyparsing==2.4.2
42
- pyrsistent==0.15.4
43
- pytest==5.2.1
44
- pytest-cov==2.8.1
45
- pytest-forked==1.0.2
46
- pytest-mock==1.11.1
47
- pytest-xdist==1.30.0
48
- python-dateutil==2.8.0
49
- python-jose==3.0.1
50
- pytz==2019.3
51
- PyYAML==5.4
52
- requests==2.22.0
53
- responses==0.10.6
54
- rsa==4.5
55
- s3transfer==0.2.1
56
- six==1.12.0
57
- sshpubkeys==3.1.0
58
- urllib3==1.25.8
59
- wcwidth==0.1.7
60
- websocket-client==0.56.0
61
- Werkzeug==0.16.0
62
- wrapt==1.11.2
23
+ pycparser==2.20
24
+ pyparsing==2.4.7
25
+ pytest==6.2.4
26
+ pytest-cov==2.12.1
27
+ pytest-forked==1.3.0
28
+ pytest-mock==3.6.1
29
+ pytest-xdist==2.3.0
30
+ python-dateutil==2.8.2
31
+ pytz==2021.1
32
+ requests==2.26.0
33
+ responses==0.13.3
34
+ s3transfer==0.5.0
35
+ six==1.16.0
36
+ sortedcontainers==2.4.0
37
+ toml==0.10.2
38
+ typing-extensions==3.10.0.0
39
+ urllib3==1.26.6
40
+ Werkzeug==2.0.1
63
41
xmltodict==0.12.0
64
- zipp==0.6.0
65
- zope.interface==4.6.0
42
+ zipp==3.5.0
You can’t perform that action at this time.
0 commit comments