Skip to content

Commit 16dc88d

Browse files
authored
chore: Freeze test upstream requirements (#347)
1 parent db07a77 commit 16dc88d

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

test/upstream-requirements-py27.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
atomicwrites==1.4.0
2-
attrs==20.2.0
3-
backports.functools-lru-cache==1.6.1
4-
boto3==1.15.0
5-
botocore==1.18.0
6-
cffi==1.14.2
2+
attrs==21.2.0
3+
backports.functools-lru-cache==1.6.4
4+
boto3==1.17.92
5+
botocore==1.20.92
6+
cffi==1.14.5
77
configparser==4.0.2
88
contextlib2==0.6.0.post1
9-
coverage==5.3
9+
coverage==5.5
1010
cryptography==3.3.2
1111
enum34==1.1.10
1212
funcsigs==1.0.2
1313
futures==3.3.0
14-
importlib-metadata==1.7.0
14+
importlib-metadata==2.1.1
1515
ipaddress==1.0.23
1616
jmespath==0.10.0
1717
mock==3.0.5
1818
more-itertools==5.0.0
19-
packaging==20.4
19+
packaging==20.9
2020
pathlib2==2.3.5
2121
pluggy==0.13.1
2222
py==1.10.0
2323
pycparser==2.20
2424
pyparsing==2.4.7
2525
pytest==4.6.11
26-
pytest-cov==2.10.1
26+
pytest-cov==2.12.1
2727
pytest-mock==2.0.0
2828
python-dateutil==2.8.1
29-
s3transfer==0.3.3
29+
s3transfer==0.4.2
3030
scandir==1.10.0
31-
six==1.15.0
32-
urllib3==1.25.10
31+
six==1.16.0
32+
toml==0.10.2
33+
urllib3==1.26.5
3334
wcwidth==0.2.5
3435
wrapt==1.12.1
3536
zipp==1.2.0

test/upstream-requirements-py37.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
attrs==20.2.0
2-
boto3==1.15.0
3-
botocore==1.18.0
4-
cffi==1.14.2
5-
coverage==5.3
6-
cryptography==3.3.2
7-
importlib-metadata==1.7.0
8-
iniconfig==1.0.1
1+
attrs==21.2.0
2+
boto3==1.17.92
3+
botocore==1.20.92
4+
cffi==1.14.5
5+
coverage==5.5
6+
cryptography==3.4.7
7+
importlib-metadata==4.5.0
8+
iniconfig==1.1.1
99
jmespath==0.10.0
10-
mock==4.0.2
11-
more-itertools==8.5.0
12-
packaging==20.4
10+
mock==4.0.3
11+
packaging==20.9
1312
pluggy==0.13.1
1413
py==1.10.0
1514
pycparser==2.20
1615
pyparsing==2.4.7
17-
pytest==6.0.2
18-
pytest-cov==2.10.1
19-
pytest-mock==3.3.1
16+
pytest==6.2.4
17+
pytest-cov==2.12.1
18+
pytest-mock==3.6.1
2019
python-dateutil==2.8.1
21-
s3transfer==0.3.3
22-
six==1.15.0
23-
toml==0.10.1
24-
urllib3==1.25.10
20+
s3transfer==0.4.2
21+
six==1.16.0
22+
toml==0.10.2
23+
typing-extensions==3.10.0.0
24+
urllib3==1.26.5
2525
wrapt==1.12.1
26-
zipp==3.1.0
26+
zipp==3.4.1

0 commit comments

Comments
 (0)